Lines Matching full:indexes
111 # explicitly remove all indexes for this field, specify an index config
112 # with an empty list of indexes.
127 "indexes": [ # The indexes supported for this field.
128 { # Cloud Firestore indexes enable simple and complex queries against
132 # For composite indexes, this is always 2 or more fields.
139 # For single field indexes, this will always be exactly one entry with a
145 # For single field indexes, this must match the name of the field or may
152 … "queryScope": "A String", # Indexes with a collection query scope specified allow queries
156 # Indexes with a collection group query scope specified allow queries against
163 # The form of this name for composite indexes will be:
164 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_…
165 # For single field indexes, this field will be empty.
193 # Indexes defined on this `Field` will be applied to all fields which do not
237 # explicitly remove all indexes for this field, specify an index config
238 # with an empty list of indexes.
253 "indexes": [ # The indexes supported for this field.
254 { # Cloud Firestore indexes enable simple and complex queries against
258 # For composite indexes, this is always 2 or more fields.
265 # For single field indexes, this will always be exactly one entry with a
271 # For single field indexes, this must match the name of the field or may
278 … "queryScope": "A String", # Indexes with a collection query scope specified allow queries
282 # Indexes with a collection group query scope specified allow queries against
289 # The form of this name for composite indexes will be:
290 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_…
291 # For single field indexes, this field will be empty.
319 # Indexes defined on this `Field` will be applied to all fields which do not
381 Indexes defined on this `Field` will be applied to all fields which do not
392 # explicitly remove all indexes for this field, specify an index config
393 # with an empty list of indexes.
408 "indexes": [ # The indexes supported for this field.
409 { # Cloud Firestore indexes enable simple and complex queries against
413 # For composite indexes, this is always 2 or more fields.
420 # For single field indexes, this will always be exactly one entry with a
426 # For single field indexes, this must match the name of the field or may
433 "queryScope": "A String", # Indexes with a collection query scope specified allow queries
437 # Indexes with a collection group query scope specified allow queries against
444 # The form of this name for composite indexes will be:
445 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_…
446 # For single field indexes, this field will be empty.
474 # Indexes defined on this `Field` will be applied to all fields which do not