Commit aaf9005
committed
Amend description of
The semantics of Mango's `use_index` query parameter has changed
over time but this has not been reflected in the documentation,
which causes a lot of confusion.
The `use_index` parameter was introduced in 1b0426a to force the
index selection to a specific index. Unfortunately, this did not
work out well in practice, so 743bd88 added a fallback mechanism
to make it less brittle. With that, `use_index` became only a
"hint" not an "instruction".use_index on /{db}/_find
1 parent 45aba68 commit aaf9005
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments