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