Interface ESHintQueryBuilder

    • Method Detail

      • make

        org.elasticsearch.index.query.QueryBuilder make​(EsHint hint,
                                                        String fieldName,
                                                        Object value)
        Builds the Elasticsearch QueryBuilder.
        Parameters:
        hint - the elasticsearch hint
        fieldName - the elasticsearch field name
        value - the value that we are looking for
        Returns:
        the QueryBuilder corresponding to the elasticsearch hint