public class MatchPhraseExtQueryBuilder<T> extends Object implements ExtQueryBuilder
| Constructor and Description |
|---|
MatchPhraseExtQueryBuilder(GetStringPropertyFunction<T> getPropertyFunc,
String text)
see also
MatchPhraseQueryBuilder.MatchPhraseQueryBuilder(String, Object) |
| Modifier and Type | Method and Description |
|---|---|
MatchPhraseExtQueryBuilder<T> |
analyzer(String analyzer)
see also
MatchPhraseQueryBuilder.analyzer(String) |
org.elasticsearch.index.query.QueryBuilder |
build() |
MatchPhraseExtQueryBuilder<T> |
slop(int slop)
see also
MatchPhraseQueryBuilder.slop(int) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnInfo, getFilterValuepublic MatchPhraseExtQueryBuilder(GetStringPropertyFunction<T> getPropertyFunc, String text)
MatchPhraseQueryBuilder.MatchPhraseQueryBuilder(String, Object)public MatchPhraseExtQueryBuilder<T> analyzer(String analyzer)
MatchPhraseQueryBuilder.analyzer(String)public MatchPhraseExtQueryBuilder<T> slop(int slop)
MatchPhraseQueryBuilder.slop(int)public org.elasticsearch.index.query.QueryBuilder build()
build in interface ExtQueryBuilderCopyright © 2021 wz2cool. All rights reserved.