From 5d1a48ee73f163553c58aa3639cdda9e2f551d9e Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Sun, 22 Oct 2017 08:48:51 +1100 Subject: [PATCH] DOCS-9901: Add restriction to Compound Index: text fields must be adjacent --- source/includes/fact-compound-index-with-text-restrictions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/includes/fact-compound-index-with-text-restrictions.rst b/source/includes/fact-compound-index-with-text-restrictions.rst index c0d683da4d8..a0ad9eee175 100644 --- a/source/includes/fact-compound-index-with-text-restrictions.rst +++ b/source/includes/fact-compound-index-with-text-restrictions.rst @@ -6,3 +6,5 @@ ``text`` index key, to perform a :query:`$text` search, the query predicate must include **equality match conditions** on the preceding keys. + +- When creating a compound index all ``text`` fields must be adjacent.