public static interface AllFieldMapper.IncludeInAll
| Modifier and Type | Method and Description |
|---|---|
Mapper |
includeInAll(Boolean includeInAll)
If
includeInAll is not null then return a copy of this mapper
that will include values in the _all field according to includeInAll. |
Mapper |
includeInAllIfNotSet(Boolean includeInAll)
If
includeInAll is not null and not set on this mapper yet, then
return a copy of this mapper that will include values in the _all field
according to includeInAll. |
Mapper |
unsetIncludeInAll()
If
includeInAll was already set on this mapper then return a copy
of this mapper that has includeInAll not set. |
Mapper includeInAll(Boolean includeInAll)
includeInAll is not null then return a copy of this mapper
that will include values in the _all field according to includeInAll.Mapper includeInAllIfNotSet(Boolean includeInAll)
includeInAll is not null and not set on this mapper yet, then
return a copy of this mapper that will include values in the _all field
according to includeInAll.Mapper unsetIncludeInAll()
includeInAll was already set on this mapper then return a copy
of this mapper that has includeInAll not set.Copyright © 2009–2016. All rights reserved.