|
197 | 197 | function, and a ternary <function>triConsistent</> function.
|
198 | 198 | <function>triConsistent</> covers the functionality of both, so providing
|
199 | 199 | triConsistent alone is sufficient. However, if the boolean variant is
|
200 |
| - significantly cheaper to calculate, it can beadvantegous to provide both. |
| 200 | + significantly cheaper to calculate, it can beadvantageous to provide both. |
201 | 201 | If only the boolean variant is provided, some optimizations that depend on
|
202 | 202 | refuting index items before fetching all the keys are disabled.
|
203 | 203 |
|
|
219 | 219 | returned by <function>extractQuery</> for this <literal>query</> datum.
|
220 | 220 | Each element of the
|
221 | 221 | <literal>check</> array is TRUE if the indexed item contains the
|
222 |
| - corresponding query key,ie, if (check[i] == TRUE) the i-th key of the |
| 222 | + corresponding query key,i.e., if (check[i] == TRUE) the i-th key of the |
223 | 223 | <function>extractQuery</> result array is present in the indexed item.
|
224 | 224 | The original <literal>query</> datum is
|
225 | 225 | passed in case the <function>consistent</> method needs to consult it,
|
|