Class MatchESHintQueryBuilder

    • Method Detail

      • make

        public org.elasticsearch.index.query.QueryBuilder make​(EsHint hint,
                                                               String fieldName,
                                                               Object value)
        Builds the Elasticsearch QueryBuilder.

        Specified by:
        make in interface ESHintQueryBuilder
        Parameters:
        hint - the elasticsearch hint
        fieldName - the elasticsearch field name
        value - the value that we are looking for
        Returns:
        MatchQueryBuilder