- search(String, int, int, SortOrder, DefaultOperator, boolean) - Method in class org.imixs.workflow.engine.solr.SolrSearchService
-
Returns a collection of documents matching the provided search term.
- setup(SetupEvent) - Method in class org.imixs.workflow.engine.solr.SolrIndexService
-
This method verifies the schema of the Solr core.
- SOLR_AUTOFLUSH_DISABLED - Static variable in class org.imixs.workflow.engine.solr.SolrAutoFlushScheduler
-
- SOLR_AUTOFLUSH_DISABLED - Static variable in class org.imixs.workflow.engine.solr.SolrUpdateService
-
- SOLR_AUTOFLUSH_INITIALDELAY - Static variable in class org.imixs.workflow.engine.solr.SolrAutoFlushScheduler
-
- SOLR_AUTOFLUSH_INITIALDELAY - Static variable in class org.imixs.workflow.engine.solr.SolrUpdateService
-
- SOLR_AUTOFLUSH_INTERVAL - Static variable in class org.imixs.workflow.engine.solr.SolrAutoFlushScheduler
-
- SOLR_AUTOFLUSH_INTERVAL - Static variable in class org.imixs.workflow.engine.solr.SolrUpdateService
-
- SolrAutoFlushScheduler - Class in org.imixs.workflow.engine.solr
-
The SolrAutoFlushScheduler starts a ManagedScheduledExecutorService to flush the index events on
a scheduled basis by calling the SolrUpdateService method updateIndex().
- SolrAutoFlushScheduler() - Constructor for class org.imixs.workflow.engine.solr.SolrAutoFlushScheduler
-
- SolrIndexService - Class in org.imixs.workflow.engine.solr
-
The SolrIndexService provides methods to add, update and remove imixs documents from a solr
index.
- SolrIndexService() - Constructor for class org.imixs.workflow.engine.solr.SolrIndexService
-
- SolrSearchService - Class in org.imixs.workflow.engine.solr
-
This session ejb provides a service to search the solr index.
- SolrSearchService() - Constructor for class org.imixs.workflow.engine.solr.SolrSearchService
-
- SolrUpdateService - Class in org.imixs.workflow.engine.solr
-
The SolrUpdateService process the index event log entries written by the Imixs DocumentService.
- SolrUpdateService() - Constructor for class org.imixs.workflow.engine.solr.SolrUpdateService
-
- stripCDATA(String) - Method in class org.imixs.workflow.engine.solr.SolrIndexService
-
This helper method strips CDATA blocks from a string.
- stripControlCodes(String) - Method in class org.imixs.workflow.engine.solr.SolrIndexService
-
This helper method is to strip control codes and extended characters from a string.