| Package | Description |
|---|---|
| org.elasticsearch.index.mapper | |
| org.elasticsearch.percolator | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
FieldMappers |
FieldMappers.concat(FieldMapper mapper)
Concats and returns a new
FieldMappers. |
FieldMappers |
MapperService.SmartNameFieldMappers.fieldMappers()
All the field mappers for the smart name field.
|
FieldMappers |
FieldMappersLookup.fullName(String fullName)
Returns the field mappers based on the mapper full name.
|
FieldMappers |
DocumentFieldMappers.fullName(String fullName) |
FieldMappers |
MapperService.fullName(String fullName)
Returns the
FieldMappers of all the FieldMappers that are
registered under the give fullName across all the different DocumentMapper types. |
FieldMappers |
FieldMappersLookup.indexName(String indexName)
Returns the field mappers based on the mapper index name.
|
FieldMappers |
DocumentFieldMappers.indexName(String indexName) |
FieldMappers |
MapperService.indexName(String indexName)
Returns
FieldMappers for all the FieldMappers that are registered
under the given indexName across all the different DocumentMapper types. |
FieldMappers |
FieldMappersLookup.name(String name)
Returns the field mappers based on the mapper name.
|
FieldMappers |
DocumentFieldMappers.name(String name) |
FieldMappers |
MapperService.name(String name)
Returns
FieldMappers for all the FieldMappers that are registered
under the given name across all the different DocumentMapper types. |
FieldMappers |
FieldMappers.remove(FieldMapper mapper) |
FieldMappers |
FieldMappersLookup.smartName(String name)
Tries to find first based on
FieldMappersLookup.fullName(String), then by FieldMappersLookup.indexName(String), and last
by FieldMappersLookup.name(String). |
FieldMappers |
DocumentFieldMappers.smartName(String name)
Tries to find first based on
DocumentFieldMappers.fullName(String), then by DocumentFieldMappers.indexName(String), and last
by DocumentFieldMappers.name(String). |
FieldMappers |
MapperService.smartNameFieldMappers(String smartName)
Same as
MapperService.smartName(String), except it returns just the field mappers. |
FieldMappers |
MapperService.smartNameFieldMappers(String smartName,
String[] types) |
| Constructor and Description |
|---|
SmartNameFieldMappers(MapperService mapperService,
FieldMappers fieldMappers,
DocumentMapper docMapper,
boolean explicitTypeInName) |
| Modifier and Type | Method and Description |
|---|---|
FieldMappers |
PercolateContext.smartNameFieldMappers(String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldMappers |
FilteredSearchContext.smartNameFieldMappers(String name) |
abstract FieldMappers |
SearchContext.smartNameFieldMappers(String name) |
FieldMappers |
DefaultSearchContext.smartNameFieldMappers(String name) |
Copyright © 2009–2016. All rights reserved.