org.kie.kieora.backend.lucene
public interface LuceneSetup
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_FIELD_FILENAME |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
deleteIfExists(String... ids) |
void |
dispose() |
boolean |
freshIndex() |
org.apache.lucene.analysis.Analyzer |
getAnalyzer() |
void |
indexDocument(String id,
org.apache.lucene.document.Document doc) |
void |
nrtRelease(org.apache.lucene.search.IndexSearcher searcher) |
org.apache.lucene.search.IndexSearcher |
nrtSearcher() |
void |
rename(String source,
String target) |
static final String CUSTOM_FIELD_FILENAME
org.apache.lucene.analysis.Analyzer getAnalyzer()
void indexDocument(String id, org.apache.lucene.document.Document doc)
void deleteIfExists(String... ids)
org.apache.lucene.search.IndexSearcher nrtSearcher()
void nrtRelease(org.apache.lucene.search.IndexSearcher searcher)
void dispose()
boolean freshIndex()
void commit()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.