File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ export interface IndexManager {
57
57
/**
58
58
* Adds a field path index.
59
59
*
60
- * <p> Values for this index are persisted asynchronously. The index will only be used for query
61
- * execution once values are persisted.
60
+ * Values for this index are persisted asynchronously. The index will only be
61
+ * used for query execution once values are persisted.
62
62
*/
63
63
addFieldIndex (
64
64
transaction : PersistenceTransaction ,
@@ -72,9 +72,11 @@ export interface IndexManager {
72
72
) : PersistencePromise < void > ;
73
73
74
74
/**
75
- * Returns a list of field indexes that correspond to the specified collection group.
75
+ * Returns a list of field indexes that correspond to the specified collection
76
+ * group.
76
77
*
77
- * @param collectionGroup The collection group to get matching field indexes for.
78
+ * @param collectionGroup The collection group to get matching field indexes
79
+ * for.
78
80
* @return A collection of field indexes for the specified collection group.
79
81
*/
80
82
getFieldIndexes (
You can’t perform that action at this time.
0 commit comments