|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.index.mapper.MapperService.SmartNameFieldMappers
public static class MapperService.SmartNameFieldMappers
| Constructor Summary | |
|---|---|
MapperService.SmartNameFieldMappers(FieldMappers fieldMappers,
DocumentMapper docMapper)
|
|
| Method Summary | |
|---|---|
DocumentMapper |
docMapper()
If the smart name was a typed field, with a type that we resolved, will return the document mapper for it. |
FieldMappers |
fieldMappers()
All the field mappers for the smart name field. |
boolean |
hasDocMapper()
If the smart name was a typed field, with a type that we resolved, will return true. |
boolean |
hasMapper()
Has at least one mapper for the field. |
FieldMapper |
mapper()
The first mapper for the smart named field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapperService.SmartNameFieldMappers(FieldMappers fieldMappers,
@Nullable
DocumentMapper docMapper)
| Method Detail |
|---|
public boolean hasMapper()
public FieldMapper mapper()
public FieldMappers fieldMappers()
public boolean hasDocMapper()
public DocumentMapper docMapper()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||