| Modifier and Type | Class and Description |
|---|---|
static class |
TermsQuery.Builder |
| Constructor and Description |
|---|
TermsQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTerm(ColumnValue term) |
String |
getFieldName() |
QueryType |
getQueryType() |
List<ColumnValue> |
getTerms() |
float |
getWeight() |
protected static TermsQuery.Builder |
newBuilder() |
com.google.protobuf.ByteString |
serialize() |
void |
setFieldName(String fieldName) |
void |
setTerms(List<ColumnValue> terms) |
void |
setWeight(float weight) |
public String getFieldName()
public void setFieldName(String fieldName)
public List<ColumnValue> getTerms()
public void setTerms(List<ColumnValue> terms)
public void addTerm(ColumnValue term)
public float getWeight()
public void setWeight(float weight)
public QueryType getQueryType()
getQueryType in interface Querypublic com.google.protobuf.ByteString serialize()
protected static TermsQuery.Builder newBuilder()
Copyright © 2024. All Rights Reserved.