mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
link collector header in introduction section (#1036)
This commit is contained in:
committed by
GitHub
parent
8d51e9cc91
commit
6ca27b6dd4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user