public class LuceneConfig extends Object implements MetadataConfig
| Constructor and Description |
|---|
LuceneConfig(MetaModelStore metaModelStore,
FieldFactory fieldFactory,
LuceneIndexFactory indexFactory,
org.apache.lucene.analysis.Analyzer analyzer) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
MetaIndexEngine |
getIndexEngine() |
IndexManager |
getIndexManager() |
MetaModelStore |
getMetaModelStore() |
SearchIndex |
getSearchIndex() |
int |
priority() |
public LuceneConfig(MetaModelStore metaModelStore, FieldFactory fieldFactory, LuceneIndexFactory indexFactory, org.apache.lucene.analysis.Analyzer analyzer)
public SearchIndex getSearchIndex()
getSearchIndex in interface MetadataConfigpublic MetaIndexEngine getIndexEngine()
getIndexEngine in interface MetadataConfigpublic IndexManager getIndexManager()
getIndexManager in interface MetadataConfigpublic MetaModelStore getMetaModelStore()
getMetaModelStore in interface MetadataConfigpublic void dispose()
dispose in interface org.uberfire.commons.lifecycle.Disposablepublic int priority()
priority in interface org.uberfire.commons.lifecycle.PriorityDisposableCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.