public static interface Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndexType()
public abstract Index.IndexField.SearchConfig.TextIndexType getIndexType()Required. How to index the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Index.IndexField.SearchConfig.TextIndexType |
The indexType. |
getIndexTypeValue()
public abstract int getIndexTypeValue()Required. How to index the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for indexType. |
getMatchType()
public abstract Index.IndexField.SearchConfig.TextMatchType getMatchType()Required. How to match the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Index.IndexField.SearchConfig.TextMatchType |
The matchType. |
getMatchTypeValue()
public abstract int getMatchTypeValue()Required. How to match the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for matchType. |