@DeclareRoles(value={"org.imixs.ACCESSLEVEL.NOACCESS","org.imixs.ACCESSLEVEL.READERACCESS","org.imixs.ACCESSLEVEL.AUTHORACCESS","org.imixs.ACCESSLEVEL.EDITORACCESS","org.imixs.ACCESSLEVEL.MANAGERACCESS"}) @RolesAllowed(value={"org.imixs.ACCESSLEVEL.NOACCESS","org.imixs.ACCESSLEVEL.READERACCESS","org.imixs.ACCESSLEVEL.AUTHORACCESS","org.imixs.ACCESSLEVEL.EDITORACCESS","org.imixs.ACCESSLEVEL.MANAGERACCESS"}) public class SolrUpdateService extends Object implements UpdateService
| Modifier and Type | Field and Description |
|---|---|
static String |
SOLR_AUTOFLUSH_DISABLED |
static String |
SOLR_AUTOFLUSH_INITIALDELAY |
static String |
SOLR_AUTOFLUSH_INTERVAL |
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 static final String SOLR_AUTOFLUSH_DISABLED
public static final String SOLR_AUTOFLUSH_INTERVAL
public static final String SOLR_AUTOFLUSH_INITIALDELAY
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–2020 Imixs Software Solutions GmbH. All rights reserved.