public interface LuceneIndexDescriptor
A descriptor for how a Lucene index is created and queried.
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer()
Get the Analyzer used to create index terms
|
java.lang.String[] |
getFieldNames()
Get the names of the fields which are created when text is indexed.
|
org.apache.lucene.queryparser.classic.QueryParser |
getQueryParser()
Get the QueryParser used to parse query text
|
java.lang.String[] getFieldNames()
org.apache.lucene.analysis.Analyzer getAnalyzer() throws java.sql.SQLException
java.sql.SQLException
org.apache.lucene.queryparser.classic.QueryParser getQueryParser() throws java.sql.SQLException
java.sql.SQLException
Apache Derby 10.13 API Documentation - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.