Class TermResultFilter
- java.lang.Object
-
- de.cxp.ocs.elasticsearch.query.filter.TermResultFilter
-
- All Implemented Interfaces:
InternalResultFilter
public class TermResultFilter extends Object implements InternalResultFilter
used for exact filtering of one or more values.
-
-
Constructor Summary
Constructors Constructor Description TermResultFilter(Field field, String... inputValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSingleValue()StringgetValue(int index)booleanisNestedFilter()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.cxp.ocs.elasticsearch.query.filter.InternalResultFilter
getField, getFieldPrefix, getValues
-
-
-
-
Method Detail
-
getSingleValue
public String getSingleValue()
-
getValue
public String getValue(int index)
-
isNestedFilter
public boolean isNestedFilter()
- Specified by:
isNestedFilterin interfaceInternalResultFilter
-
-