| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.hmc | |
| de.hybris.platform.lucenesearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<LuceneIndex> |
SearchAllChip.getLuceneIndexes() |
protected abstract Collection<LuceneIndex> |
AbstractLuceneSearchChip.getLuceneIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAllChip.setLuceneIndex(LuceneIndex index)
Sets the index to use for search.
|
| Constructor and Description |
|---|
LuceneSearchContainer(DisplayState displayState,
LuceneIndex index,
String searchPattern,
List searchGroups) |
SearchResultChip(DisplayState displayState,
AbstractLuceneSearchChip parent,
LuceneIndex index,
String searchPattern,
List searchGroups) |
SearchResultListChip(DisplayState displayState,
SearchResultChip parent,
LuceneIndex index,
String searchPattern,
List searchGroups,
LuceneSearchContainer container) |
| Modifier and Type | Method and Description |
|---|---|
LuceneIndex |
GeneratedLucenesearchManager.createLuceneIndex(Map attributeValues) |
LuceneIndex |
GeneratedLucenesearchManager.createLuceneIndex(SessionContext ctx,
Map attributeValues) |
LuceneIndex |
LucenesearchManager.createLuceneIndex(String code)
Creates a new LuceneIndex with the given code, initially without any IndexConfigurations.
|
LuceneIndex |
GeneratedLanguageConfiguration.getLuceneIndex()
Generated method - Getter of the
LanguageConfiguration.luceneIndex attribute. |
LuceneIndex |
GeneratedIndexConfiguration.getLuceneIndex()
Generated method - Getter of the
IndexConfiguration.luceneIndex attribute. |
LuceneIndex |
GeneratedLanguageConfiguration.getLuceneIndex(SessionContext ctx)
Generated method - Getter of the
LanguageConfiguration.luceneIndex attribute. |
LuceneIndex |
GeneratedIndexConfiguration.getLuceneIndex(SessionContext ctx)
Generated method - Getter of the
IndexConfiguration.luceneIndex attribute. |
LuceneIndex |
LucenesearchManager.getLuceneIndex(String code)
Gets the LuceneIndex with the given code.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<LuceneIndex,Map<IndexConfiguration,Collection<IndexUpdate>>> |
UpdateIndexJob.getAndMarkPendingUpdates(CronJob cronjob) |
Set<LuceneIndex> |
LucenesearchManager.getLuceneIndexes()
Gets all LuceneIndexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostQueryFilter.filterItems(SessionContext ctx,
LuceneIndex index,
Item[] items)
Check whether the given items are visible.
|
void |
TestPostQueryFilter.filterItems(SessionContext ctx,
LuceneIndex idx,
Item[] items)
The item is expected to be a
Product; it is visible if its code begins with 'p'. |
void |
PassThroughQueryFilter.filterItems(SessionContext ctx,
LuceneIndex idx,
Item[] items)
Doesn't do anything.
|
void |
DefaultPostQueryFilter.filterItems(SessionContext ctx,
LuceneIndex idx,
Item[] items) |
protected Collection<IndexConfiguration> |
DefaultPostQueryFilter.findRestrictedIndexConfigurations(FlexibleSearch flexibleSearch,
SessionContext ctx,
LuceneIndex index)
Checks the specified index whether or not there are active search restrictions for it within the current session
context.
|
protected void |
DefaultPostQueryFilter.processInvisibleTypes(SessionContext ctx,
LuceneIndex idx,
Item[] items)
Clears all items which belong to invisible types.
|
void |
GeneratedLanguageConfiguration.setLuceneIndex(LuceneIndex value)
Generated method - Setter of the
LanguageConfiguration.luceneIndex attribute. |
void |
GeneratedIndexConfiguration.setLuceneIndex(LuceneIndex value)
Generated method - Setter of the
IndexConfiguration.luceneIndex attribute. |
void |
GeneratedLanguageConfiguration.setLuceneIndex(SessionContext ctx,
LuceneIndex value)
Generated method - Setter of the
LanguageConfiguration.luceneIndex attribute. |
void |
GeneratedIndexConfiguration.setLuceneIndex(SessionContext ctx,
LuceneIndex value)
Generated method - Setter of the
IndexConfiguration.luceneIndex attribute. |
| Constructor and Description |
|---|
ResultBitSetCacheUnit(SessionContext ctx,
Cache cache,
int clusterNode,
Facet.FacetValue facetValue,
AtomicReader atomicReader,
LuceneIndex idx) |
Copyright © 2017 SAP SE. All Rights Reserved.