summaryrefslogtreecommitdiff
path: root/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php
AgeCommit message (Expand)Author
2026-05-23Tests: refresh stale docblock after engine abstract→class revertYuriy Andamasov
2026-05-23fix: correct Phase-0 findings from promotion PR review (3 issues)Yuriy Andamasov
2026-05-23E8 fixup: four correctness fixes from Phase 0 reviewYuriy Andamasov
2026-05-23E6 fixup: use trim() + empty-string guard in setService(); use newEngine() in...Yuriy Andamasov
2026-05-23E5 fixup: detect intra-key duplicates in buildIndexMappings(); add collision ...Yuriy Andamasov
2026-05-23E5 fixup: expand testBuildIndexMappingsShape coverage to body/comment/project...Yuriy Andamasov
2026-05-23Engine: Add buildIndexMappings() helper (single typeless mapping)Yuriy Andamasov
2026-05-23E4 fixup: use newEngine() helper in testBuildTypeFilter testsYuriy Andamasov
2026-05-23Engine: Add buildTypeFilter() helper (body-level documentType filter)Yuriy Andamasov
2026-05-23E3 fixup: use newEngine() helper in testGetSearchUriYuriy Andamasov
2026-05-23Engine: Add getSearchUri() helper (typeless search endpoint)Yuriy Andamasov
2026-05-23E2 fixup: use newEngine() helper in testGetDocumentUri testsYuriy Andamasov
2026-05-23Engine: Add getDocumentUri() helper for typeless document URLsYuriy Andamasov
2026-05-23E1 fixup: initialize $version to null; getVersion() throws if unset; use Test...Yuriy Andamasov
2026-05-23Engine: Add setVersion() with strict validationYuriy Andamasov