| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.hmc | |
| de.hybris.platform.lucenesearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
Facet |
SearchResultChip.gatherSubValues(Facet.FacetValue value)
Gathers the sub values for given facet value.
|
Facet |
SearchResultNavigationChip.getFacet() |
Facet |
SearchResultTreeRootChip.getFacet() |
Facet |
FacetProvider.getInitialFacet() |
Facet |
TypeFacetProvider.getInitialFacet() |
Facet |
TestFacetProvider.getInitialFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultNavigationChip.update(Facet facet) |
void |
SearchResultTreeChip.update(Facet facet) |
void |
SearchResultTreeRootChip.update(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneSearchContainer.setFacets(Set<Facet> facets) |
| Constructor and Description |
|---|
SearchResultNavigationChip(DisplayState displayState,
SearchResultChip parent,
Facet facet) |
SearchResultTreeRootChip(DisplayState displayState,
SearchResultNavigationChip parent,
Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
Facet |
Facet.FacetValue.getFacet() |
Facet |
LuceneSearchResult.getFacet(String field) |
| Modifier and Type | Method and Description |
|---|---|
Set<Facet> |
LuceneIndex.cloneFacets(Set<Facet> facets) |
Set<Facet> |
LuceneSearchResult.getFacets() |
Set<Facet> |
LuceneIndex.queryFacets(SessionContext ctx,
Query query,
Filter filter,
Set<Facet> _facets)
Shortcut for just getting facet information rather than fetching the whole result.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LucenesearchTest.checkFacetValue(Facet facet,
String code,
int count) |
protected Map<Facet.FacetValue,Query> |
LuceneIndex.createCountQueries(SessionContext ctx,
Facet facet)
This method provides a single query for each facet value which is being used for calculating the actual hit
count of this value within the search result.
|
protected Query |
LuceneIndex.createMandatoryValuesQuery(SessionContext ctx,
Facet facet)
Optionally create a query to limit the actual search result to a set of facet values.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Facet> |
LuceneIndex.cloneFacets(Set<Facet> facets) |
protected Filter |
LuceneIndex.createMandatoryValuesFilter(SessionContext ctx,
Set<Facet> facets) |
protected LuceneSearchResult |
LuceneIndex.createResult(SessionContext ctx,
TopDocs hits,
Set<Facet> facets,
int requestedStart,
int requestedCount,
IndexSearcher searcher) |
protected void |
LuceneIndex.processFacets(SessionContext ctx,
AtomicReader atomicReader,
Query baseQuery,
Filter filter,
Set<Facet> facets) |
Set<Facet> |
LuceneIndex.queryFacets(SessionContext ctx,
Query query,
Filter filter,
Set<Facet> _facets)
Shortcut for just getting facet information rather than fetching the whole result.
|
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
Query query,
Filter filter,
Sort sort,
Set<Facet> _facets,
int requestedStart,
int requestedCount) |
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
String pattern,
List groups,
Filter filter,
Sort sort,
Set<Facet> facets,
int requestedStart,
int requestedCount) |
| Constructor and Description |
|---|
Facet(Facet original)
Copy constructor.
|
Copyright © 2017 SAP SE. All Rights Reserved.