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, parseGrouppublic List<org.apache.lucene.search.Query> buildGroupedQueries(MultiMatchQueryBuilder.Type type, Map<String,Float> fieldNames, Object value, String minimumShouldMatch) throws IOException
buildGroupedQueries in class MultiMatchQuery.QueryBuilderIOExceptionpublic boolean forceAnalyzeQueryString()
forceAnalyzeQueryString in class MultiMatchQuery.QueryBuilderpublic org.apache.lucene.search.Query blendTerm(org.apache.lucene.index.Term term,
FieldMapper mapper)
blendTerm in class MultiMatchQuery.QueryBuilderCopyright © 2009–2016. All rights reserved.