| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.hmc | |
| de.hybris.platform.lucenesearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
LuceneSearchResult |
LuceneSearchContainer.getLuceneSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
protected LuceneSearchResult |
LuceneIndex.createResult(SessionContext ctx,
TopDocs hits,
Set<Facet> facets,
int requestedStart,
int requestedCount,
IndexSearcher searcher) |
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
Query query,
Filter filter,
Sort sort,
int requestedStart,
int requestedCount)
Search in this lucene index; first define your own QueryParser where you interprete your own pattern, the result
from the QueryParser (a query) is needed for this method.
|
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,
int requestedStart,
int requestedCount)
Search for the given pattern in this LuceneIndex, with no constraint on groups.
|
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
String pattern,
List groups,
Filter filter,
Sort sort,
int requestedStart,
int requestedCount) |
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
String pattern,
List groups,
Filter filter,
Sort sort,
Set<Facet> facets,
int requestedStart,
int requestedCount) |
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
String pattern,
List groups,
int requestedStart,
int requestedCount)
Search in this LuceneIndex, default implementation of a search with a given pattern; the query is generated in
this method and then the methods searchItems(ctx, query, int, int) is called.
|
LuceneSearchResult |
LuceneIndex.searchItems(SessionContext ctx,
String pattern,
List groups,
String orderBy,
boolean ascending,
int requestedStart,
int requestedCount) |
Copyright © 2017 SAP SE. All Rights Reserved.