public class GeoBoundingBoxQueryParser extends Object implements QueryParser
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
BOTTOM |
static String |
BOTTOM_LEFT |
static String |
BOTTOM_RIGHT |
static String |
BOTTOMLEFT |
static String |
BOTTOMRIGHT |
static String |
FIELD |
static String |
LEFT |
static String |
NAME |
static String |
RIGHT |
static String |
TOP |
static String |
TOP_LEFT |
static String |
TOP_RIGHT |
static String |
TOPLEFT |
static String |
TOPRIGHT |
| コンストラクタと説明 |
|---|
GeoBoundingBoxQueryParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 GeoBoundingBoxQueryParser()
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.