Class TermOperation<V>
java.lang.Object
org.evomaster.client.java.controller.opensearch.operations.QueryOperation
org.evomaster.client.java.controller.opensearch.operations.ComparisonOperation<V>
org.evomaster.client.java.controller.opensearch.operations.TermOperation<V>
Represent Term operation.
Matches documents where the value of a field equals the specified value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.evomaster.client.java.controller.opensearch.operations.ComparisonOperation
getFieldName, getValue
-
Constructor Details
-
TermOperation
-