public class SolrUpdateService extends Object implements UpdateService
addWorkitem() a ItemCollection can
be added to a Solr search index. The service init method reads the property
file 'imixs.properties' from the current classpath to determine the
configuration.
DEFAULT_NOANALYSE_FIELD_LIST, DEFAULT_SEARCH_FIELD_LIST, DEFAULT_STORE_FIELD_LIST| Constructor and Description |
|---|
SolrUpdateService() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateIndex() |
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 indexedRestAPIExceptionIndexExceptionpublic void updateIndex()
updateIndex in interface UpdateServiceCopyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.