public static class MatchPhraseQuery.Builder extends SearchQuery.Builder
boost, control, explain, fields, highlightFields, highlightStyle, index
Modifier | Constructor and Description |
---|---|
protected |
Builder(String index) |
Modifier and Type | Method and Description |
---|---|
MatchPhraseQuery.Builder |
analyzer(String analyzer) |
MatchPhraseQuery |
build() |
MatchPhraseQuery.Builder |
field(String field) |
MatchPhraseQuery.Builder |
matchPhrase(String matchPhrase) |
boost, control, explain, fields, highlightFields, highlightStyle, limit, offset
protected Builder(String index)
public MatchPhraseQuery build()
build
in class SearchQuery.Builder
public MatchPhraseQuery.Builder matchPhrase(String matchPhrase)
public MatchPhraseQuery.Builder field(String field)
public MatchPhraseQuery.Builder analyzer(String analyzer)
Copyright © 2015 Couchbase, Inc.