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