AbstractGeometryFieldMapper<Parsed,Processed> |
Base field mapper class for all spatial field types
|
AbstractGeometryFieldMapper.AbstractGeometryFieldType |
|
AbstractGeometryFieldMapper.Parser<Parsed> |
Interface representing parser in geometry indexing pipeline.
|
AbstractPointGeometryFieldMapper<Parsed,Processed> |
Base class for for spatial fields that only support indexing points
|
AbstractPointGeometryFieldMapper.PointParser<P extends AbstractPointGeometryFieldMapper.ParsedPoint> |
A parser implementation that can parse the various point formats
|
AbstractShapeGeometryFieldMapper<Parsed,Processed> |
|
AbstractShapeGeometryFieldMapper.AbstractShapeGeometryFieldType |
|
AllFieldMapper |
Noop mapper that ensures that mappings created in 6x that explicitly disable the _all field
can be restored in this version.
|
AllFieldMapper.Builder |
|
AllFieldMapper.Defaults |
|
ArraySourceValueFetcher |
An implementation of ValueFetcher that knows how to extract values
from the document source.
|
BinaryFieldMapper |
|
BinaryFieldMapper.BinaryFieldType |
|
BinaryFieldMapper.Builder |
|
BinaryFieldMapper.CustomBinaryDocValuesField |
|
BooleanFieldMapper |
A field mapper for boolean fields.
|
BooleanFieldMapper.BooleanFieldType |
|
BooleanFieldMapper.Builder |
|
BooleanFieldMapper.Defaults |
|
BooleanFieldMapper.Values |
|
CompletionFieldMapper |
Mapper for completion field.
|
CompletionFieldMapper.Builder |
|
CompletionFieldMapper.CompletionFieldType |
|
CompletionFieldMapper.Defaults |
|
CompletionFieldMapper.Fields |
|
ConstantFieldType |
|
ContentPath |
|
CustomDocValuesField |
|
CustomTermFreqField |
Custom field that allows storing an integer value as a term frequency in lucene.
|
DateFieldMapper |
|
DateFieldMapper.Builder |
|
DateFieldMapper.DateFieldType |
|
DocCountFieldMapper |
Mapper for the doc_count field.
|
DocCountFieldMapper.DocCountFieldType |
|
DocumentMapper |
|
DocumentMapperForType |
|
DocValueFetcher |
Value fetcher that loads from doc values.
|
DynamicKeyFieldMapper |
A field mapper that supports lookup of dynamic sub-keys.
|
DynamicTemplate |
|
FieldAliasMapper |
A mapper for field aliases.
|
FieldAliasMapper.Builder |
|
FieldAliasMapper.Names |
|
FieldAliasMapper.TypeParser |
|
FieldMapper |
|
FieldMapper.Builder |
A Builder for a ParametrizedFieldMapper
|
FieldMapper.Conflicts |
|
FieldMapper.CopyTo |
Represents a list of fields with optional boost factor where the current field should be copied to
|
FieldMapper.CopyTo.Builder |
|
FieldMapper.MultiFields |
|
FieldMapper.MultiFields.Builder |
|
FieldMapper.Parameter<T> |
A configurable parameter for a field mapper
|
FieldMapper.TypeParser |
TypeParser implementation that automatically handles parsing
|
FieldNamesFieldMapper |
A mapper that indexes the field names of a document under _field_names .
|
FieldNamesFieldMapper.Defaults |
|
FieldNamesFieldMapper.FieldNamesFieldType |
|
GeoPointFieldMapper |
Field Mapper for geo_point types.
|
GeoPointFieldMapper.Builder |
|
GeoPointFieldMapper.GeoPointFieldType |
|
GeoPointFieldMapper.GeoPointIndexer |
|
GeoPointFieldMapper.ParsedGeoPoint |
|
GeoShapeFieldMapper |
FieldMapper for indexing LatLonShape s.
|
GeoShapeFieldMapper.Builder |
|
GeoShapeFieldMapper.GeoShapeFieldType |
|
GeoShapeIndexer |
Utility class that converts geometries into Lucene-compatible form for indexing in a geo_shape field.
|
GeoShapeParser |
|
IdFieldMapper |
A mapper for the _id field.
|
IdFieldMapper.Defaults |
|
IgnoredFieldMapper |
A field mapper that records fields that have been ignored because they were malformed.
|
IgnoredFieldMapper.Defaults |
|
IgnoredFieldMapper.IgnoredFieldType |
|
IndexFieldMapper |
|
IpFieldMapper |
|
IpFieldMapper.Builder |
|
IpFieldMapper.IpFieldType |
|
IpFieldMapper.IpFieldType.IpScriptDocValues |
|
KeywordFieldMapper |
A field mapper for keywords.
|
KeywordFieldMapper.Builder |
|
KeywordFieldMapper.Defaults |
|
KeywordFieldMapper.KeywordField |
|
KeywordFieldMapper.KeywordFieldType |
|
LegacyGeoShapeFieldMapper |
Deprecated.
|
LegacyGeoShapeFieldMapper.Builder |
|
LegacyGeoShapeFieldMapper.Defaults |
|
LegacyGeoShapeFieldMapper.GeoShapeFieldType |
|
LegacyGeoShapeFieldMapper.PrefixTrees |
|
LegacyGeoShapeIndexer |
|
MappedFieldType |
This defines the core properties and functions to operate on a field.
|
Mapper |
|
Mapper.Builder |
|
Mapper.TypeParser.ParserContext |
|
MapperService |
|
Mapping |
Wrapper around everything that defines a mapping, without references to
utility classes like MapperService, ...
|
MappingLookup |
A (mostly) immutable snapshot of the current mapping of an index with
access to everything we need for the search phase.
|
MappingLookup.CacheKey |
Key for the lookup to be used in caches.
|
MappingParser |
|
MetadataFieldMapper |
A mapper for a builtin field containing metadata about a document.
|
MetadataFieldMapper.Builder |
|
MetadataFieldMapper.ConfigurableTypeParser |
|
MetadataFieldMapper.FixedTypeParser |
A type parser for an unconfigurable metadata field.
|
NestedValueFetcher |
|
NumberFieldMapper |
A FieldMapper for numeric types: byte, short, int, long, float and double.
|
NumberFieldMapper.Builder |
|
NumberFieldMapper.NumberFieldType |
|
ObjectMapper |
|
ObjectMapper.Builder |
|
ObjectMapper.Defaults |
|
ObjectMapper.Nested |
|
ObjectMapper.TypeParser |
|
ParseContext |
|
ParseContext.Document |
Fork of Document with additional functionality.
|
ParseContext.InternalParseContext |
|
ParsedDocument |
The result of parsing a document.
|
RangeFieldMapper |
A FieldMapper for indexing numeric and date ranges, and creating queries
|
RangeFieldMapper.Builder |
|
RangeFieldMapper.Defaults |
|
RangeFieldMapper.Range |
Class defining a range
|
RangeFieldMapper.RangeFieldType |
|
RootObjectMapper |
|
RootObjectMapper.Builder |
|
RootObjectMapper.Defaults |
|
RoutingFieldMapper |
|
RoutingFieldMapper.Builder |
|
RoutingFieldMapper.Defaults |
|
RuntimeFieldType |
Base implementation for a runtime field that can be defined as part of the runtime section of the index mappings
|
SeqNoFieldMapper |
Mapper for the _seq_no field.
|
SeqNoFieldMapper.SequenceIDFields |
A sequence ID, which is made up of a sequence number (both the searchable
and doc_value version of the field) and the primary term.
|
SimpleMappedFieldType |
MappedFieldType base impl for field types that are neither dates nor ranges.
|
SourceFieldMapper |
|
SourceFieldMapper.Builder |
|
SourceFieldMapper.Defaults |
|
SourceToParse |
|
SourceValueFetcher |
An implementation of ValueFetcher that knows how to extract values
from the document source.
|
StringFieldType |
Base class for MappedFieldType implementations that use the same
representation for internal index terms as the external representation so
that partial matching queries such as prefix, wildcard and fuzzy queries
can be implemented.
|
TermBasedFieldType |
Base MappedFieldType implementation for a field that is indexed
with the inverted index.
|
TextFieldMapper |
|
TextFieldMapper.Builder |
|
TextFieldMapper.Defaults |
|
TextFieldMapper.TextFieldType |
|
TextParams |
Utility functions for text mapper parameters
|
TextParams.Analyzers |
|
TextSearchInfo |
Encapsulates information about how to perform text searches over a field
|
TypeFieldMapper |
|
TypeFieldMapper.Defaults |
|
TypeFieldMapper.TypeFieldType |
|
TypeFieldType |
Mediates access to the deprecated _type field
|
TypeParsers |
|
Uid |
|
VersionFieldMapper |
Mapper for the _version field.
|
GeoShapeFieldMapper