From 00816f55299ee9e59f08a36d6d68584805cb99e2 Mon Sep 17 00:00:00 2001 From: Ximo Guanter Date: Sun, 8 Dec 2019 10:10:50 +0100 Subject: [PATCH] Fix outdated reference in documentation (#720) --- src/schema/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/mod.rs b/src/schema/mod.rs index 0e669d115..fa6a89e74 100644 --- a/src/schema/mod.rs +++ b/src/schema/mod.rs @@ -44,7 +44,7 @@ We can split the problem of generating a search result page into two phases : the search results page. (`doc_ids[] -> Document[]`) In the first phase, the ability to search for documents by the given field is determined by the -[`TextIndexingOptions`](enum.TextIndexingOptions.html) of our +[`IndexRecordOption`](enum.IndexRecordOption.html) of our [`TextOptions`](struct.TextOptions.html). The effect of each possible setting is described more in detail