Class: Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchTextIndexSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#index_type::Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::TextIndexType

Returns Required. How to index the text field value.

Returns:



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.

Returns:



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