@Experimental public interface LuceneIndex
An index is specified using a index name, field names, region name.
The index name and region name together uniquely identifies the lucene index.
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,org.apache.lucene.analysis.Analyzer> |
getFieldAnalyzers() |
java.lang.String[] |
getFieldNames() |
java.lang.String |
getName() |
java.lang.String |
getRegionPath() |
boolean |
waitUntilFlushed(long timeout,
java.util.concurrent.TimeUnit unit) |
java.lang.String getName()
java.lang.String getRegionPath()
java.lang.String[] getFieldNames()
java.util.Map<java.lang.String,org.apache.lucene.analysis.Analyzer> getFieldAnalyzers()
boolean waitUntilFlushed(long timeout, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException
java.lang.InterruptedException