public static final class MatchPhraseQuery.Builder extends Object implements QueryBuilder
| Modifier and Type | Method and Description |
|---|---|
MatchPhraseQuery |
build() |
MatchPhraseQuery.Builder |
field(String fieldName) |
MatchPhraseQuery.Builder |
text(String text) |
MatchPhraseQuery.Builder |
weight(float weight) |
public MatchPhraseQuery.Builder weight(float weight)
public MatchPhraseQuery.Builder field(String fieldName)
public MatchPhraseQuery.Builder text(String text)
public MatchPhraseQuery build()
build in interface QueryBuilderCopyright © 2024. All Rights Reserved.