| 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.
|
| Class and Description |
|---|
| MultiRangeQuery
Abstract class for range queries involving multiple ranges against physical points such as
IntPoints
All ranges are logically ORed together
TODO: Add capability for handling overlapping ranges at rewrite time |
| MultiRangeQuery.Builder
A builder for multirange queries.
|
| Class and Description |
|---|
| BM25FQuery
A
Query that treats multiple fields as a single stream and scores
terms as if you had indexed them as a single term in a single field. |
| BM25FQuery.Builder
A builder for
BM25FQuery. |
| MultiRangeQuery
Abstract class for range queries involving multiple ranges against physical points such as
IntPoints
All ranges are logically ORed together
TODO: Add capability for handling overlapping ranges at rewrite time |
| MultiRangeQuery.Builder
A builder for multirange queries.
|
| MultiRangeQuery.RangeClause
Representation of a single clause in a MultiRangeQuery
|
| TermAutomatonQuery
A proximity query that lets you express an automaton, whose
transitions are terms, to match documents.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.