public class FieldContext extends Object
Constructor and Description |
---|
FieldContext(String field,
IndexFieldData<?> indexFieldData,
FieldMapper mapper)
Constructs a field data context for the given field and its index field data
|
Modifier and Type | Method and Description |
---|---|
String |
field() |
IndexFieldData<?> |
indexFieldData() |
FieldMapper |
mapper() |
public FieldContext(String field, IndexFieldData<?> indexFieldData, FieldMapper mapper)
field
- The name of the fieldindexFieldData
- The index field data of the fieldpublic String field()
public IndexFieldData<?> indexFieldData()
public FieldMapper mapper()
Copyright © 2009–2015. All rights reserved.