Package org.elasticsearch.search.lookup
Class FieldLookup
- java.lang.Object
-
- org.elasticsearch.search.lookup.FieldLookup
-
public class FieldLookup extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Map<String,List<Object>>fields()voidfields(Map<String,List<Object>> fields)Sets the post processed values.MappedFieldTypefieldType()ObjectgetValue()List<Object>getValues()booleanisEmpty()
-
-
-
Method Detail
-
fieldType
public MappedFieldType fieldType()
-
clear
public void clear()
-
isEmpty
public boolean isEmpty()
-
getValue
public Object getValue()
-
-