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