@Deprecated public class OrQueryParser extends Object implements QueryParser
| Constructor and Description |
|---|
OrQueryParser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
names()
Deprecated.
The names this query parser is registered under.
|
org.apache.lucene.search.Query |
parse(QueryParseContext parseContext)
Deprecated.
Parses the into a query from the current parser location.
|
public static final String NAME
@Inject public OrQueryParser()
public String[] names()
QueryParsernames in interface QueryParserpublic org.apache.lucene.search.Query parse(QueryParseContext parseContext) throws IOException, QueryParsingException
QueryParserReturns null if this query should be ignored in the context of the DSL.
parse in interface QueryParserIOExceptionQueryParsingExceptionCopyright © 2009–2016. All rights reserved.