com.liferay.portal.kernel.search.facet
Interface Facet
- All Known Implementing Classes:
- AssetEntriesFacet, BaseFacet, ModifiedFacet, MultiValueFacet, RangeFacet, ScopeFacet, SimpleFacet
public interface Facet
- Author:
- Raymond Augé
getFacetClause
BooleanClause getFacetClause()
getFacetCollector
FacetCollector getFacetCollector()
getFacetConfiguration
FacetConfiguration getFacetConfiguration()
getFacetValueValidator
FacetValueValidator getFacetValueValidator()
getFieldName
java.lang.String getFieldName()
getSearchContext
SearchContext getSearchContext()
isStatic
boolean isStatic()
setFacetCollector
void setFacetCollector(FacetCollector facetCollector)
setFacetConfiguration
void setFacetConfiguration(FacetConfiguration facetConfiguration)
setFacetValueValidator
void setFacetValueValidator(FacetValueValidator facetValueValidator)
setFieldName
void setFieldName(java.lang.String fieldName)
setStatic
void setStatic(boolean isStatic)