com.atlassian.query.lucene.parsing.LuceneQueryParserFactory |
Known Indirect Subclasses
|
This interface is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Class Overview
A factory to obtain a Lucene QueryParser instance.
Public Methods
public
QueryParser
createParserFor
(String fieldName)
Creates a query parser instance.
Parameters
fieldName
| the default field to be used by the query parser for query terms. |