aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/filter_search
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* We only need the FieldSpecBase. No need to carry and copy the name around.Henning Baldersheim2023-07-191-1/+1
|
* Accumulate HitEstimate and apply when complete.Henning Baldersheim2023-07-061-3/+9
|
* As a single field per blueprint is the common use case, make that optimal ↵Henning Baldersheim2023-05-121-1/+1
| | | | more optimal.
* GC some void inline pragmasHenning Baldersheim2023-01-301-8/+25
|
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-1/+2
| | | | | | A TermFieldMatchData is allocated per SameElement term, and this is used to signal matching docids in doUnpack() on the SameElement search iterator. This allows using the matches() rank feature on a field (virtual) that is searched using a SameElement term.
* explicit default filterHåvard Pettersen2022-10-311-1/+9
|
* create optimized filter searchHåvard Pettersen2022-10-281-101/+308
| | | | | test strict/constraint propagation test filters dropped due to short-circuit
* more filter search testingHåvard Pettersen2022-10-261-51/+187
| | | | | less magic chaining added adapters and decorators for more advanced cases
* use common algorithms for filter creationHåvard Pettersen2022-10-251-46/+153
| | | | | add more testing keep children blueprints in unique pointers
* filter search test initial versionHåvard Pettersen2022-10-242-0/+167