Cloud Firestore Admin V1 API - Module Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextIndexType (v1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Firestore Admin V1 API module Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextIndexType.
Ways to index the text field value.
Constants
TEXT_INDEX_TYPE_UNSPECIFIED
value: 0 The index type is unspecified. Not a valid option.
TOKENIZED
value: 1 Field values are tokenized. This is the only way currently supported
for MONGODB_COMPATIBLE_API.