| Modifier and Type | Class and Description |
|---|---|
static class |
PrefixQuery.Builder |
| Constructor and Description |
|---|
PrefixQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
String |
getPrefix() |
QueryType |
getQueryType() |
float |
getWeight() |
protected static PrefixQuery.Builder |
newBuilder() |
com.google.protobuf.ByteString |
serialize() |
void |
setFieldName(String fieldName) |
void |
setPrefix(String prefix) |
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 getPrefix()
public void setPrefix(String prefix)
public float getWeight()
public void setWeight(float weight)
protected static PrefixQuery.Builder newBuilder()
Copyright © 2024. All Rights Reserved.