search: proximity/NEAR search + 9 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s

nearDocs k t1 t2 returns docs where both terms occur within k positions
(unordered); candidates from the posting intersection, filtered on positional
postings. 205/205.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 23:01:42 +00:00
parent 911a2f57c0
commit cf4e613e43
7 changed files with 75 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
{
"lang": "search",
"total_passed": 196,
"total_passed": 205,
"total_failed": 0,
"total": 196,
"total": 205,
"suites": [
{"name":"index","passed":18,"failed":0,"total":18},
{"name":"boolean","passed":28,"failed":0,"total":28},
@@ -13,7 +13,8 @@
{"name":"page","passed":12,"failed":0,"total":12},
{"name":"fuzzy","passed":18,"failed":0,"total":18},
{"name":"highlight","passed":12,"failed":0,"total":12},
{"name":"stem","passed":18,"failed":0,"total":18}
{"name":"stem","passed":18,"failed":0,"total":18},
{"name":"near","passed":9,"failed":0,"total":9}
],
"generated": "2026-06-06T22:49:33+00:00"
"generated": "2026-06-06T23:01:07+00:00"
}