indexCollection abstract method

Future<void> indexCollection(
  1. Map<String, Map<String, dynamic>> collection, {
  2. TokenFilter? tokenFilter,
})

Indexes the InvertedIndex.zones of all the documents in collection.

Implementation

Future<void> indexCollection(Map<String, Map<String, dynamic>> collection,
    {TokenFilter? tokenFilter});