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
|
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
|
String[] getFieldNames()
org.apache.lucene.analysis.Analyzer getAnalyzer() throws SQLException
SQLException
org.apache.lucene.queryparser.classic.QueryParser getQueryParser() throws SQLException
SQLException
Apache Derby 10.12 API Documentation - Copyright © 2004,2015 The Apache Software Foundation. All Rights Reserved.