public class LuceneUpdateService extends Object implements UpdateService
addWorkitem() a ItemCollection can be added to a lucene search
index. The service init method reads the property file 'imixs.properties' from the current
classpath to determine the configuration.
did-not-update-the-index-when-called-from-a-web-modul,
LucenePluginDEFAULT_NOANALYSE_FIELD_LIST, DEFAULT_SEARCH_FIELD_LIST, DEFAULT_STORE_FIELD_LIST| Constructor and Description |
|---|
LuceneUpdateService() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateIndex()
This method flush the event log.
|
void |
updateIndex(List<ItemCollection> documents)
This method adds a collection of documents to the Lucene index.
|
public void updateIndex(List<ItemCollection> documents)
This method is used by the JobHandlerRebuildIndex only.
updateIndex in interface UpdateServicedocuments - of ItemCollections to be indexedIndexExceptionpublic void updateIndex()
updateIndex in interface UpdateServiceCopyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.