@Deprecated public class AndQueryParser extends Object implements QueryParser
| コンストラクタと説明 |
|---|
AndQueryParser()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
names()
非推奨です。
The names this query parser is registered under.
|
org.apache.lucene.search.Query |
parse(QueryParseContext parseContext)
非推奨です。
Parses the into a query from the current parser location.
|
@Inject public AndQueryParser()
public String[] names()
QueryParsernames インタフェース内 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 インタフェース内 QueryParserIOExceptionQueryParsingExceptionCopyright © 2009–2016. All rights reserved.