Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- adaptItemValue(String, Object, boolean) - Method in class org.imixs.workflow.engine.lucene.LuceneItemAdapter
-
Creates a Indexable Lucene Field to be added into a Lucene document.
- adaptItemValue(String, Object, boolean, Field.Store) - Method in class org.imixs.workflow.engine.lucene.LuceneItemAdapter
-
Creates a Indexable Lucene Field to be added into a Lucene document.
- adaptSortableItemValue(String, Object) - Method in class org.imixs.workflow.engine.lucene.LuceneItemAdapter
-
This method converts an ItemValue into a SortedDocValuesField.
- addItemValues(Document, ItemCollection, String, boolean, boolean) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
adds a field value into a Lucene document.
- ANONYMOUS - Static variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
C
- convertItemValue(Object) - Method in class org.imixs.workflow.engine.lucene.LuceneItemAdapter
-
This method converts a ItemValue into a indexable text format.
- createDocument(ItemCollection) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method creates a lucene document based on a ItemCollection.
- createIndexDirectory() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
Creates a Lucene FSDirectory Instance.
- createIndexWriter() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method creates a new instance of a lucene IndexWriter.
- createTaxonomyDirectory() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
Creates a Lucene FSDirectory Instance.
- createTaxonomyWriter() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
Create taxonomyWriter in a separate directory from the main index with the paefix '_taxÄ'
D
- DEFAULT_ANALYZER - Static variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
- DEFAULT_INDEX_DIRECTORY - Static variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
- DEFAULT_MAX_SEARCH_RESULT - Static variable in class org.imixs.workflow.engine.lucene.LuceneSearchService
- DEFAULT_PAGE_SIZE - Static variable in class org.imixs.workflow.engine.lucene.LuceneSearchService
E
- EVENTLOG_ENTRY_FLUSH_COUNT - Static variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
F
- flushEventLog(int) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
Flush the EventLog cache.
- flushEventLogByCount(int) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method flushes a given count of eventLogEntries.
G
- getFacetsConfig() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method builds a facetcConfig for the taxonomy index writer where each category item is marked as a multiValued field.
- getLuceneAnalyzerClass() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
- getLuceneIndexDir() - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
- getTaxonomy(String...) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
- getTaxonomyByQuery(String, String...) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
- getTotalHits(String, int, DefaultOperator) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
-
Returns the total hits for a given search term from the lucene index.
I
- indexDocuments(Collection<ItemCollection>) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method adds a collection of documents to the Lucene index.
- indexEvents - Variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
L
- LuceneIndexService - Class in org.imixs.workflow.engine.lucene
-
This session ejb provides functionality to maintain a local Lucene index.
- LuceneIndexService() - Constructor for class org.imixs.workflow.engine.lucene.LuceneIndexService
- LuceneItemAdapter - Class in org.imixs.workflow.engine.lucene
-
The LuceneItemAdapter is a CDI bean, providing methods to convert the value of an Imixs Item into a IndexableField.
- LuceneItemAdapter() - Constructor for class org.imixs.workflow.engine.lucene.LuceneItemAdapter
- LuceneSearchService - Class in org.imixs.workflow.engine.lucene
-
This session ejb provides a service to search the lucene index.
- LuceneSearchService() - Constructor for class org.imixs.workflow.engine.lucene.LuceneSearchService
- LuceneUpdateService - Class in org.imixs.workflow.engine.lucene
-
The LuceneUpdateService provides methods to write Imixs Workitems into a Lucene search index.
- LuceneUpdateService() - Constructor for class org.imixs.workflow.engine.lucene.LuceneUpdateService
O
- org.imixs.workflow.engine.lucene - package org.imixs.workflow.engine.lucene
R
- rebuildIndex(Directory) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
-
This method forces an update of the full text index.
S
- search(String, int, int, SortOrder, DefaultOperator, boolean) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
-
Returns a collection of documents matching the provided search term.
- setLuceneAnalyzerClass(String) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
- setLuceneIndexDir(String) - Method in class org.imixs.workflow.engine.lucene.LuceneIndexService
T
- TAXONOMY_INDEXFIELD_PRAFIX - Static variable in class org.imixs.workflow.engine.lucene.LuceneIndexService
U
- updateIndex() - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
-
This method flush the event log.
- updateIndex(List<ItemCollection>) - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
-
This method adds a collection of documents to the Lucene index.
All Classes and Interfaces|All Packages|Constant Field Values