LuceneUtils.DefaultIndexDescriptor
public interface LuceneIndexDescriptor
A descriptor for how a Lucene index is created and queried.
Modifier and Type | Method | 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.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.