@Deprecated
public class LegacyInMemoryGeoBoundingBoxQuery
extends org.apache.lucene.search.Query
| Constructor and Description |
|---|
LegacyInMemoryGeoBoundingBoxQuery(GeoPoint topLeft,
GeoPoint bottomRight,
IndexGeoPointFieldData indexFieldData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
bottomRight()
Deprecated.
|
org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.String |
fieldName()
Deprecated.
|
int |
hashCode()
Deprecated.
|
GeoPoint |
topLeft()
Deprecated.
|
java.lang.String |
toString(java.lang.String field)
Deprecated.
|
public LegacyInMemoryGeoBoundingBoxQuery(GeoPoint topLeft, GeoPoint bottomRight, IndexGeoPointFieldData indexFieldData)
public GeoPoint topLeft()
public GeoPoint bottomRight()
public java.lang.String fieldName()
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
throws java.io.IOException
createWeight in class org.apache.lucene.search.Queryjava.io.IOExceptionpublic java.lang.String toString(java.lang.String field)
toString in class org.apache.lucene.search.Querypublic boolean equals(java.lang.Object obj)
equals in class org.apache.lucene.search.Querypublic int hashCode()
hashCode in class org.apache.lucene.search.Query