summaryrefslogtreecommitdiff
path: root/nouveau/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/README.md')
-rw-r--r--nouveau/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nouveau/README.md b/nouveau/README.md
index 86b1914a7..56c0a02db 100644
--- a/nouveau/README.md
+++ b/nouveau/README.md
@@ -102,9 +102,9 @@ curl 'foo:bar@localhost:15984/foo/_design/foo/_nouveau/bar?q=*:*&limit=1&ranges=
| Arguments | Effect
| :-------------------------------------------------------------- | :-----
-| index("text", "foo", "bar", {"store": true}); | analyzes value for full-text searching, optionally stores the value
-| index("string", "foo", "bar", {"store": true, "facet": true}); | indexes value as single token, optionally stores value and/or adds facet
-| index("double", "foo", 12.0, {"store": true, "facet": true}); | indexes value, optionally stores value and/or adds facet
+| index("text", "foo", "bar", {"store": true}); | analyzes value for full-text searching, optionally stores the value
+| index("string", "foo", "bar", {"store": true}); | indexes value as single token, optionally stores value
+| index("double", "foo", 12.0, {"store": true}); | indexes value, optionally stores value
| index("stored", "foo", "bar"); | stores a number, returned with hits
| index("stored", "foo", 12.0); | stores a string, returned with hits