| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.geo | |
| org.elasticsearch.index.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ShapeRelation |
ShapeRelation.getRelationByName(String name) |
static ShapeRelation |
ShapeRelation.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ShapeRelation[] |
ShapeRelation.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
ShapeBuilder shape,
ShapeRelation relation)
A filter based on the relationship of a shape and indexed shapes
|
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
String indexedShapeId,
String indexedShapeType,
ShapeRelation relation) |
static org.apache.lucene.spatial.query.SpatialArgs |
GeoShapeQueryParser.getArgs(ShapeBuilder shape,
ShapeRelation relation) |
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.relation(ShapeRelation relation)
Sets the relation of query shape and indexed shape.
|
| コンストラクタと説明 |
|---|
GeoShapeQueryBuilder(String name,
ShapeBuilder shape,
ShapeRelation relation)
Creates a new GeoShapeQueryBuilder whose Filter will be against the
given field name using the given Shape
|
GeoShapeQueryBuilder(String name,
String indexedShapeId,
String indexedShapeType,
ShapeRelation relation)
Creates a new GeoShapeQueryBuilder whose Filter will be against the given field name
and will use the Shape found with the given ID in the given type
|
Copyright © 2009–2016. All rights reserved.