Package | Description |
---|---|
org.elasticsearch.index.mapper |
Modifier and Type | Method and Description |
---|---|
FieldMappersLookup |
FieldMappersLookup.copyAndAddAll(Collection<? extends FieldMapper<?>> newMappers)
Return a new instance that contains the union of this instance and the provided mappers.
|
FieldMappersLookup |
FieldMappersLookup.copyAndRemoveAll(Collection<?> mappersToRemove)
Return a new instance that contains this instance minus the provided mappers.
|
Copyright © 2009–2015. All rights reserved.