public class GeoPolygonQuery
extends org.apache.lucene.search.Query
| コンストラクタと説明 |
|---|
GeoPolygonQuery(IndexGeoPointFieldData indexFieldData,
GeoPoint... points) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores) |
boolean |
equals(Object obj) |
String |
fieldName() |
int |
hashCode() |
GeoPoint[] |
points() |
String |
toString(String field) |
public GeoPolygonQuery(IndexGeoPointFieldData indexFieldData, GeoPoint... points)
public GeoPoint[] points()
public String fieldName()
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
throws IOException
createWeight クラス内 org.apache.lucene.search.QueryIOExceptionpublic boolean equals(Object obj)
equals クラス内 org.apache.lucene.search.Querypublic int hashCode()
hashCode クラス内 org.apache.lucene.search.QueryCopyright © 2009–2016. All rights reserved.