Enum Index.IndexField.SearchConfig.TextIndexType (3.43.1)

public enum Index.IndexField.SearchConfig.TextIndexType extends Enum<Index.IndexField.SearchConfig.TextIndexType> implements ProtocolMessageEnum

Ways to index the text field value.

Protobuf enum google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType

Implements

ProtocolMessageEnum

Static Fields

Name Description
TEXT_INDEX_TYPE_UNSPECIFIED

The index type is unspecified. Not a valid option.

TEXT_INDEX_TYPE_UNSPECIFIED = 0;

TEXT_INDEX_TYPE_UNSPECIFIED_VALUE

The index type is unspecified. Not a valid option.

TEXT_INDEX_TYPE_UNSPECIFIED = 0;

TOKENIZED

Field values are tokenized. This is the only way currently supported for MONGODB_COMPATIBLE_API.

TOKENIZED = 1;

TOKENIZED_VALUE

Field values are tokenized. This is the only way currently supported for MONGODB_COMPATIBLE_API.

TOKENIZED = 1;

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()