Uses of Class
com.couchbase.client.java.search.queries.MatchPhraseQuery
-
Packages that use MatchPhraseQuery Package Description com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.queries Contains the various APIs for 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 MatchPhraseQuerySearchQuery. matchPhrase(String matchPhrase)Prepare aMatchPhraseQuerybody. -
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 MatchPhraseQueryMatchPhraseQuery. analyzer(String analyzer)MatchPhraseQueryMatchPhraseQuery. boost(double boost)MatchPhraseQueryMatchPhraseQuery. field(String field)
-