Package | Description |
---|---|
org.apache.lucene.document |
This package contains several point types:
BigIntegerPoint for 128-bit integers
LatLonPoint for latitude/longitude geospatial points
|
org.apache.lucene.search |
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
|
Modifier and Type | Method and Description |
---|---|
MultiRangeQuery |
FloatPointMultiRangeBuilder.build() |
MultiRangeQuery |
DoublePointMultiRangeBuilder.build() |
MultiRangeQuery |
IntPointMultiRangeBuilder.build() |
MultiRangeQuery |
LongPointMultiRangeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
abstract MultiRangeQuery |
MultiRangeQuery.Builder.build()
Create a new
MultiRangeQuery based on the parameters that have
been set on this builder. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.