aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-09441-441/+441
* Use ConstBufferRef and add some noexceptHenning Baldersheim2023-10-053-13/+13
* - Instead of keeping a map of bucketId => lids, just append everything to a v...Henning Baldersheim2023-10-041-1/+1
* Prevent eternal loop if bit vectors are shorter than docid limitHenning Baldersheim2023-10-031-6/+5
* Add disabled test to prove eternal loop.Henning Baldersheim2023-10-031-4/+35
* Add test counting seeksHenning Baldersheim2023-10-031-0/+16
* Refactor testHenning Baldersheim2023-10-031-127/+90
* Merge pull request #28723 from vespa-engine/balder/lift-out-single-leaf-itera...Henning Baldersheim2023-10-021-12/+40
|\
| * If there is a single child in the ws, that also is a leaf, it will be be lift...Henning Baldersheim2023-09-291-1/+9
| * Add test for single term wsetsHenning Baldersheim2023-09-291-12/+32
* | Normalize class names in attribute weighted set blueprint test.Tor Egge2023-09-291-4/+27
|/
* Store a limited number of posting list indexes in countHits() toTor Egge2023-09-271-0/+20
* Merge pull request #28654 from vespa-engine/balder/return-early-on-matchHenning Baldersheim2023-09-261-9/+9
|\
| * Clean up code based on clions's adviseHenning Baldersheim2023-09-251-9/+9
* | Integrate DFA-based fuzzy matching.Geir Storli2023-09-251-2/+2
|/
* Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-251-18/+115
* Merge branch 'master' into balder/lift-single-filter-terms-out-from-wsHenning Baldersheim2023-09-252-14/+53
|\
| * Merge pull request #28626 from vespa-engine/balder/balder/wire-doom-into-fetc...Henning Baldersheim2023-09-251-3/+3
| |\
| | * Wire in doom and let hitrate be a float intHenning Baldersheim2023-09-221-3/+3
| * | Add prefix_size constructor argument to DfaFuzzyMatcher.Tor Egge2023-09-221-11/+50
| |/
* / - Single filter terms can be lifted out from weighted sets.Henning Baldersheim2023-09-231-28/+71
|/
* Merge pull request #28609 from vespa-engine/toregge/use-utf32-dfa-fuzzy-match...Geir Storli2023-09-221-2/+24
|\
| * Use UTF-32 dfa fuzzy match successor.Tor Egge2023-09-211-2/+24
* | Merge pull request #28606 from vespa-engine/geirst/fuzzy-matching-algorithm-q...Geir Storli2023-09-211-0/+2
|\ \ | |/ |/|
| * Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-0/+2
* | Extend allowed key types for FoldedStringCompare::compareFolded.Tor Egge2023-09-211-2/+34
|/
* Use UTF-8 string literals.Tor Egge2023-09-201-1/+9
* Merge pull request #28580 from vespa-engine/toregge/switch-sort-order-for-cas...Tor Egge2023-09-202-3/+92
|\
| * Switch sort order for cased string enum store.Tor Egge2023-09-202-3/+92
* | Avoid incorrect match for brute force case sensitive prefix search.Tor Egge2023-09-201-0/+20
|/
* Stop overriding equal member function in EnumStoreStringComparator.Tor Egge2023-09-191-16/+11
* Add class that uses a LevenshteinDfa to perform fuzzy matching in a dictionary.Geir Storli2023-09-182-0/+254
* Add DfaStringComparator.Tor Egge2023-09-151-0/+25
* Rewrite enum comparator unit test to use gtest.Tor Egge2023-09-152-17/+15
* Control folding for FoldedStringCompare::comareFolded using templateTor Egge2023-09-152-0/+139
* Add memory index write context details to index manager state explorer.Geir Storli2023-09-041-7/+26
* Use std::filesystem::directory_iterator in TransLogClient unit test.Tor Egge2023-08-311-8/+5
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-3046-36/+36
* Make paged attribute test (checking growth of swap file) more robust.Tor Egge2023-08-251-17/+12
* Merge pull request #28054 from vespa-engine/geirst/target-hits-max-adjustment...Arne H Juul2023-08-172-5/+24
|\
| * Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-152-5/+24
* | make one DistanceCalculator per NearestNeighborIterator instanceArne Juul2023-08-141-4/+6
|/
* Use auto and std::make_uniqueHenning Baldersheim2023-07-271-9/+9
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-272-2/+2
* Merge pull request #27817 from vespa-engine/revert-27773-revert-27643-balder/...Henning Baldersheim2023-07-274-129/+59
|\
| * Require non-filter attribute to enable dwa, as its support is incomplete.Henning Baldersheim2023-07-191-2/+2
| * Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-195-131/+61
* | Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-251-27/+20
* | Drop very long words.Tor Egge2023-07-212-5/+22
* | We only need the FieldSpecBase. No need to carry and copy the name around.Henning Baldersheim2023-07-192-4/+3
|/