Enum Index.IndexField.SearchConfig.TextMatchType (3.43.1)

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

Types of text matches that are supported for the field.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MATCH_GLOBALLY

Match on any indexed field. This is the only way currently supported for MONGODB_COMPATIBLE_API.

MATCH_GLOBALLY = 1;

MATCH_GLOBALLY_VALUE

Match on any indexed field. This is the only way currently supported for MONGODB_COMPATIBLE_API.

MATCH_GLOBALLY = 1;

TEXT_MATCH_TYPE_UNSPECIFIED

The match type is unspecified. Not a valid option.

TEXT_MATCH_TYPE_UNSPECIFIED = 0;

TEXT_MATCH_TYPE_UNSPECIFIED_VALUE

The match type is unspecified. Not a valid option.

TEXT_MATCH_TYPE_UNSPECIFIED = 0;

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