link collector header in introduction section (#1036)

This commit is contained in:
Abderrahmen Hanafi
2021-05-17 15:15:48 +02:00
committed by GitHub
parent 8d51e9cc91
commit 6ca27b6dd4

View File

@@ -19,7 +19,7 @@ A more abstract description of the problem space tantivy is trying to address is
Ingest a large set of documents, create an index that makes it possible to
rapidly select all documents matching a given predicate (also known as a query) and
collect some information about them (See collector).
collect some information about them ([See collector](#collector-define-what-to-do-with-matched-documents)).
Roughly speaking the design is following these guiding principles:
- Search should be O(1) in memory.