Package org.nuxeo.elasticsearch.hint
Class MatchESHintQueryBuilder
java.lang.Object
org.nuxeo.elasticsearch.hint.MatchESHintQueryBuilder
- All Implemented Interfaces:
ESHintQueryBuilder
The implementation of
ESHintQueryBuilder for the "match" Elasticsearch hint operator.- Since:
- 11.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MatchESHintQueryBuilder
public MatchESHintQueryBuilder()
-
-
Method Details
-
make
Builds the ElasticsearchQueryBuilder.- Specified by:
makein interfaceESHintQueryBuilder- Parameters:
hint- the elasticsearch hintfieldName- the elasticsearch field namevalue- the value that we are looking for- Returns:
MatchQueryBuilder
-