public static final class MatchPhraseQuery.Builder extends Object implements QueryBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 QueryBuilderCopyright © 2025. All Rights Reserved.