Package | Description |
---|---|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.search.facet | |
com.liferay.portal.kernel.search.facet.util |
Modifier and Type | Method and Description |
---|---|
Facet |
SearchContext.getFacet(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Facet> |
SearchContext.getFacets() |
Modifier and Type | Method and Description |
---|---|
void |
SearchContext.addFacet(Facet facet) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseIndexer.addFacetClause(SearchContext searchContext,
BooleanFilter facetBooleanFilter,
Collection<Facet> facets)
Deprecated.
As of 7.0.0
|
void |
SearchContext.setFacets(List<Facet> facets) |
Modifier and Type | Class and Description |
---|---|
class |
AssetEntriesFacet |
class |
BaseFacet |
class |
DateRangeFacet |
class |
ModifiedFacet |
class |
MultiValueFacet |
class |
RangeFacet |
class |
ScopeFacet |
class |
SimpleFacet |
Modifier and Type | Method and Description |
---|---|
Facet |
MultiValueFacetFactory.newInstance(SearchContext searchContext) |
Facet |
ScopeFacetFactory.newInstance(SearchContext searchContext) |
Facet |
SimpleFacetFactory.newInstance(SearchContext searchContext) |
Facet |
AssetEntriesFacetFactory.newInstance(SearchContext searchContext) |
Facet |
RangeFacetFactory.newInstance(SearchContext searchContext) |
Facet |
DateRangeFacetFactory.newInstance(SearchContext searchContext) |
Facet |
ModifiedFacetFactory.newInstance(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
static Facet |
FacetFactoryUtil.create(SearchContext searchContext,
FacetConfiguration facetConfiguration) |
Facet |
FacetFactory.newInstance(SearchContext searchContext) |