public enum Index.IndexField.SearchConfig.TextIndexType extends Enum<Index.IndexField.SearchConfig.TextIndexType> implements ProtocolMessageEnumWays to index the text field value.
Protobuf enum google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
TEXT_INDEX_TYPE_UNSPECIFIED |
The index type is unspecified. Not a valid option. |
TEXT_INDEX_TYPE_UNSPECIFIED_VALUE |
The index type is unspecified. Not a valid option. |
TOKENIZED |
Field values are tokenized. This is the only way currently supported for MONGODB_COMPATIBLE_API. |
TOKENIZED_VALUE |
Field values are tokenized. This is the only way currently supported for MONGODB_COMPATIBLE_API. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|