| BinaryDocValuesField |
Field that stores a per-document BytesRef value.
|
| DateTools |
Provides support for converting dates to strings and vice-versa.
|
| Document |
Documents are the unit of indexing and search.
|
| DocumentStoredFieldVisitor |
|
| DoublePoint |
An indexed double field for fast range filters.
|
| DoubleRange |
An indexed Double Range field.
|
| Field |
Expert: directly create a field for a document.
|
| FieldType |
Describes the properties of a field.
|
| FloatPoint |
An indexed float field for fast range filters.
|
| FloatRange |
An indexed Float Range field.
|
| HalfFloatPoint |
An indexed half-float field for fast range filters.
|
| InetAddressPoint |
An indexed 128-bit InetAddress field.
|
| InetAddressRange |
An indexed InetAddress Range Field
|
| IntPoint |
An indexed int field for fast range filters.
|
| IntRange |
An indexed Integer Range field.
|
| LatLonDocValuesField |
An per-document location field.
|
| LatLonDocValuesPointInPolygonQuery |
|
| LatLonPoint |
An indexed location field.
|
| LatLonShape |
An geo shape utility class for indexing and searching gis geometries
whose vertices are latitude, longitude values (in decimal degrees).
|
| LongPoint |
An indexed long field for fast range filters.
|
| LongRange |
An indexed Long Range field.
|
| NumericDocValuesField |
Field that stores a per-document long value for scoring,
sorting or value retrieval.
|
| ShapeField |
A base shape utility class used for both LatLon (spherical) and XY (cartesian) shape fields.
|
| ShapeField.DecodedTriangle |
|
| ShapeField.Triangle |
polygons are decomposed into tessellated triangles using Tessellator
these triangles are encoded and inserted as separate indexed POINT fields
|
| SortedDocValuesField |
Field that stores
a per-document BytesRef value, indexed for
sorting.
|
| SortedNumericDocValuesField |
Field that stores a per-document long values for scoring,
sorting or value retrieval.
|
| SortedSetDocValuesField |
Field that stores
a set of per-document BytesRef values, indexed for
faceting,grouping,joining.
|
| StoredField |
|
| StringField |
A field that is indexed but not tokenized: the entire
String value is indexed as a single token.
|
| TextField |
A field that is indexed and tokenized, without term
vectors.
|