Uses of Class
com.couchbase.client.java.search.queries.MatchPhraseQuery
-
Packages that use MatchPhraseQuery Package Description com.couchbase.client.java.search com.couchbase.client.java.search.queries -
-
Uses of MatchPhraseQuery in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return MatchPhraseQuery Modifier and Type Method Description static MatchPhraseQuery
SearchQuery. matchPhrase(String matchPhrase)
Prepare aMatchPhraseQuery
body. -
Uses of MatchPhraseQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return MatchPhraseQuery Modifier and Type Method Description MatchPhraseQuery
MatchPhraseQuery. analyzer(String analyzer)
MatchPhraseQuery
MatchPhraseQuery. boost(double boost)
MatchPhraseQuery
MatchPhraseQuery. field(String field)
-