summaryrefslogtreecommitdiff
path: root/jstests/core/fts_index_version2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-3/+0
| | | | not supported in SBE
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-1/+1
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-1/+1
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+3
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+24
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-3/+2
|
* SERVER-20485: jscore test fts_index_version2.js needs to use a unique ↵Mark Benvenuto2015-09-181-1/+1
| | | | collection name
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-0/+34