| 修飾子とタイプ | フィールドと説明 |
|---|---|
static GeoDistance |
GeoDistance.DEFAULT
Default
GeoDistance function. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static GeoDistance |
GeoDistance.fromString(String name)
Get a
GeoDistance according to a given name. |
static GeoDistance |
GeoDistance.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static GeoDistance[] |
GeoDistance.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GeoDistanceRangeQueryBuilder |
GeoDistanceRangeQueryBuilder.geoDistance(GeoDistance geoDistance) |
GeoDistanceQueryBuilder |
GeoDistanceQueryBuilder.geoDistance(GeoDistance geoDistance) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GeoDistance |
GeoDistanceRangeQuery.geoDistance() |
| コンストラクタと説明 |
|---|
GeoDistanceRangeQuery(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
BaseGeoPointFieldMapper.GeoPointFieldType fieldType,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GeoDistanceBuilder |
GeoDistanceBuilder.distanceType(GeoDistance distanceType)
Set the
distance type to use, defaults to
SLOPPY_ARC. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GeoDistanceSortBuilder |
GeoDistanceSortBuilder.geoDistance(GeoDistance geoDistance)
The geo distance type used to compute the distance.
|
Copyright © 2009–2016. All rights reserved.