public class MultiMatchQuery.CrossFieldsQueryBuilder extends MultiMatchQuery.QueryBuilder
groupDismax, tieBreaker
Constructor and Description |
---|
CrossFieldsQueryBuilder(float tieBreaker) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
blendTerm(org.apache.lucene.index.Term term,
FieldMapper mapper) |
List<org.apache.lucene.search.Query> |
buildGroupedQueries(MultiMatchQueryBuilder.Type type,
Map<String,Float> fieldNames,
Object value,
String minimumShouldMatch) |
boolean |
forceAnalyzeQueryString() |
conbineGrouped, parseGroup
public List<org.apache.lucene.search.Query> buildGroupedQueries(MultiMatchQueryBuilder.Type type, Map<String,Float> fieldNames, Object value, String minimumShouldMatch) throws IOException
buildGroupedQueries
in class MultiMatchQuery.QueryBuilder
IOException
public boolean forceAnalyzeQueryString()
forceAnalyzeQueryString
in class MultiMatchQuery.QueryBuilder
public org.apache.lucene.search.Query blendTerm(org.apache.lucene.index.Term term, FieldMapper mapper)
blendTerm
in class MultiMatchQuery.QueryBuilder
Copyright © 2009–2015. All rights reserved.