| AbstractGeometryFieldMapper |
|
| AbstractGeometryFieldMapper.AbstractGeometryFieldType |
|
| AbstractGeometryFieldMapper.Builder |
|
| AbstractGeometryFieldMapper.Indexer |
Interface representing an preprocessor in geo-shape indexing pipeline
|
| AbstractGeometryFieldMapper.Parser |
interface representing parser in geo shape indexing pipeline
|
| AbstractGeometryFieldMapper.QueryProcessor |
interface representing a query builder that generates a query from the given shape
|
| AllFieldMapper |
Noop mapper that ensures that mappings created in 6x that explicitly disable the _all field
can be restored in this version.
|
| ArrayValueMapperParser |
A marker interface indicating that this mapper can handle array value, and the array
itself should be passed to it.
|
| BinaryFieldMapper |
|
| BinaryFieldMapper.Builder |
|
| BooleanFieldMapper |
A field mapper for boolean fields.
|
| BooleanFieldMapper.BooleanFieldType |
|
| BooleanFieldMapper.Builder |
|
| CompletionFieldMapper |
Mapper for completion field.
|
| CompletionFieldMapper.Builder |
|
| CompletionFieldMapper.CompletionFieldType |
|
| ContentPath |
|
| CustomDocValuesField |
|
| DateFieldMapper |
|
| DateFieldMapper.Builder |
|
| DateFieldMapper.DateFieldType |
|
| DateFieldMapper.Resolution |
|
| DocumentFieldMappers |
|
| DocumentMapper |
|
| DocumentMapper.Builder |
|
| DocumentMapperForType |
|
| DocumentMapperParser |
|
| DynamicTemplate |
|
| DynamicTemplate.MatchType |
|
| DynamicTemplate.XContentFieldType |
The type of a field as detected while parsing a json document.
|
| FieldAliasMapper |
A mapper for field aliases.
|
| FieldAliasMapper.Builder |
|
| FieldMapper |
|
| FieldMapper.Builder |
|
| 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 |
|
| FieldNamesFieldMapper.FieldNamesFieldType |
|
| GeoPointFieldMapper |
Field Mapper for geo_point types.
|
| GeoPointFieldMapper.Builder |
|
| GeoPointFieldMapper.GeoPointFieldType |
|
| GeoShapeFieldMapper |
FieldMapper for indexing LatLonShapes.
|
| GeoShapeFieldMapper.GeoShapeFieldType |
|
| IdFieldMapper |
A mapper for the _id field.
|
| IgnoredFieldMapper |
A field mapper that records fields that have been ignored because they were malformed.
|
| IgnoredFieldMapper.IgnoredFieldType |
|
| IndexFieldMapper |
|
| IpFieldMapper |
|
| IpFieldMapper.Builder |
|
| IpFieldMapper.IpFieldType |
|
| KeywordFieldMapper |
A field mapper for keywords.
|
| KeywordFieldMapper.Builder |
|
| KeywordFieldMapper.KeywordFieldType |
|
| LegacyGeoShapeFieldMapper |
Deprecated.
|
| LegacyGeoShapeFieldMapper.DeprecatedParameters |
Deprecated.
|
| LegacyGeoShapeFieldMapper.GeoShapeFieldType |
Deprecated.
|
| MappedFieldType |
This defines the core properties and functions to operate on a field.
|
| MappedFieldType.Relation |
An enum used to describe the relation between the range of terms in a
shard when compared with a query range
|
| Mapper |
|
| Mapper.Builder |
|
| Mapper.BuilderContext |
|
| Mapper.TypeParser |
|
| Mapper.TypeParser.ParserContext |
|
| MapperException |
|
| MapperParsingException |
|
| MapperService |
|
| MapperService.MergeReason |
The reason why a mapping is being merged.
|
| Mapping |
Wrapper around everything that defines a mapping, without references to
utility classes like MapperService, ...
|
| MetadataFieldMapper |
A mapper for a builtin field containing metadata about a document.
|
| MetadataFieldMapper.Builder |
|
| MetadataFieldMapper.TypeParser |
|
| NumberFieldMapper |
A FieldMapper for numeric types: byte, short, int, long, float and double.
|
| NumberFieldMapper.Builder |
|
| NumberFieldMapper.NumberFieldType |
|
| NumberFieldMapper.NumberType |
|
| ObjectMapper |
|
| ObjectMapper.Builder |
|
| ObjectMapper.Dynamic |
|
| ObjectMapper.Nested |
|
| ObjectMapper.TypeParser |
|
| ParseContext |
|
| ParseContext.Document |
Fork of Document with additional functionality.
|
| ParsedDocument |
The result of parsing a document.
|
| RangeFieldMapper |
A FieldMapper for indexing numeric and date ranges, and creating queries
|
| RangeFieldMapper.Builder |
|
| RangeFieldMapper.Range |
Class defining a range
|
| RangeFieldMapper.RangeFieldType |
|
| RangeType |
Enum defining the type of range
|
| RangeType.LengthType |
|
| RootObjectMapper |
|
| RootObjectMapper.Builder |
|
| RoutingFieldMapper |
|
| RoutingFieldMapper.Builder |
|
| 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 |
|
| SourceToParse |
|
| SourceToParse.Origin |
|
| 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.
|
| TextFieldMapper |
|
| TextFieldMapper.Builder |
|
| TextFieldMapper.TextFieldType |
|
| TypeFieldMapper |
|
| TypeFieldMapper.TypeFieldType |
|