public interface UpdateService
The method updateIndex(documents) writes documents immediately into the index.
The method updateIndex() updates the search index based on the eventLog.
The UpdateService provides also the default index schema.
SchemaService| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NOANALYSE_FIELD_LIST |
static List<String> |
DEFAULT_SEARCH_FIELD_LIST |
static List<String> |
DEFAULT_STORE_FIELD_LIST |
| Modifier and Type | Method and Description |
|---|---|
void |
updateIndex()
This method updates the search index based on the eventLog.
|
void |
updateIndex(List<ItemCollection> documents)
This method adds a collection of documents to the index.
|
void updateIndex(List<ItemCollection> documents)
This method is used by the JobHandlerRebuildIndex only.
documents - of ItemCollections to be indexedIndexExceptionvoid updateIndex()
DocumentServiceCopyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.