Class: Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchTextIndexSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchTextIndexSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/index.rb
Overview
Specification of how the field should be indexed for search text indexes.
Instance Attribute Summary collapse
-
#index_type ⇒ ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextIndexType
Required.
-
#match_type ⇒ ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextMatchType
Required.
Instance Attribute Details
#index_type ⇒ ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextIndexType
Returns Required. How to index the text field value.
169 170 171 172 |
# File 'proto_docs/google/firestore/admin/v1/index.rb', line 169 class SearchTextIndexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#match_type ⇒ ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextMatchType
Returns Required. How to match the text field value.
169 170 171 172 |
# File 'proto_docs/google/firestore/admin/v1/index.rb', line 169 class SearchTextIndexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |