public interface LuceneIndexDescriptor
A descriptor for how a Lucene index is created and queried.
| Modifier and Type | Method and Description |
|---|---|
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.
|
QueryParser |
getQueryParser()
Get the QueryParser used to parse query text
|
java.lang.String[] getFieldNames()
Analyzer getAnalyzer()
throws java.sql.SQLException
java.sql.SQLExceptionQueryParser getQueryParser()
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby 10.13 API Documentation - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.