public class MatchPhraseOperator extends Object implements IFilterOperator<String>
| Modifier and Type | Method and Description |
|---|---|
MatchPhraseOperator |
analyzer(String analyzer)
see also
MatchPhraseQueryBuilder.analyzer(String) |
org.elasticsearch.index.query.QueryBuilder |
buildQuery(String columnName) |
FilterMode |
getDefaultFilterMode() |
MatchPhraseOperator |
slop(Integer slop)
see also
MatchPhraseQueryBuilder.slop(int) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilterValuepublic FilterMode getDefaultFilterMode()
getDefaultFilterMode in interface IFilterOperator<String>public org.elasticsearch.index.query.QueryBuilder buildQuery(String columnName)
buildQuery in interface IFilterOperator<String>public MatchPhraseOperator analyzer(String analyzer)
MatchPhraseQueryBuilder.analyzer(String)public MatchPhraseOperator slop(Integer slop)
MatchPhraseQueryBuilder.slop(int)Copyright © 2021 wz2cool. All rights reserved.