Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchGeoSpec (v1.13.0)

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchGeoSpec.

The specification for how to build a geo search index for a field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#geo_json_indexing_disabled

def geo_json_indexing_disabled() -> ::Boolean
Returns
  • (::Boolean) — Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.

#geo_json_indexing_disabled=

def geo_json_indexing_disabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
Returns
  • (::Boolean) — Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.