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, offsetprotected Builder(String index)
public MatchPhraseQuery build()
build in class SearchQuery.Builderpublic MatchPhraseQuery.Builder matchPhrase(String matchPhrase)
public MatchPhraseQuery.Builder field(String field)
public MatchPhraseQuery.Builder analyzer(String analyzer)
Copyright © 2015 Couchbase, Inc.