public class InMemoryGeoBoundingBoxQuery
extends org.apache.lucene.search.Query
| コンストラクタと説明 |
|---|
InMemoryGeoBoundingBoxQuery(GeoPoint topLeft,
GeoPoint bottomRight,
IndexGeoPointFieldData indexFieldData) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GeoPoint |
bottomRight() |
org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores) |
boolean |
equals(Object obj) |
String |
fieldName() |
int |
hashCode() |
GeoPoint |
topLeft() |
String |
toString(String field) |
public InMemoryGeoBoundingBoxQuery(GeoPoint topLeft, GeoPoint bottomRight, IndexGeoPointFieldData indexFieldData)
public GeoPoint topLeft()
public GeoPoint bottomRight()
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.