| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexedData> |
DefaultIndexedDataFactory.getIndexedData(IndexConfiguration config,
Collection<Item> items)
Calls
DefaultIndexedDataFactory.searchIndexedData(de.hybris.platform.lucenesearch.jalo.IndexConfiguration, java.lang.String, java.util.Map)with an additional condition restricting the query to the given item, and passes
the result to DefaultIndexedDataFactory.buildIndexedDataList(de.hybris.platform.lucenesearch.jalo.IndexConfiguration, java.util.List). |
Collection<IndexedData> |
IndexedDataFactory.getIndexedData(IndexConfiguration config,
Collection<Item> item)
Called upon index update process.
|
| Modifier and Type | Method and Description |
|---|---|
protected Field |
IndexConfiguration.createPKField(IndexedData data) |
protected Field |
IndexConfiguration.createTypeField(IndexedData data) |
void |
DefaultIndexedDataFactory.documentCreated(IndexConfiguration config,
IndexedData data,
Document doc)
Does nothing right now.
|
void |
IndexedDataFactory.documentCreated(IndexConfiguration config,
IndexedData data,
Document doc)
Called after all item fields has been put into a
Document just before writing the document into the lucene
index. |
protected void |
IndexConfiguration.indexItem(Language lang,
IndexWriter writer,
IndexedData itemData,
IndexedDataFactory dataFactory) |
Copyright © 2017 SAP SE. All Rights Reserved.