summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28691 from vespa-engine/vekterli/preserve-successor-prefi...Henning Baldersheim2023-09-272-5/+3
|\
| * Preserve prefix of input DFA successor stringTor Brede Vekterli2023-09-272-5/+3
* | Split MultiBitVectorIterator into implementation and Iterator interface for r...Henning Baldersheim2023-09-272-99/+158
|/
* Factor out fallback_to_approx_num_hits() member function inTor Egge2023-09-272-32/+16
* Merge pull request #28670 from vespa-engine/balder/use-DocumentWeightOrFilter...Henning Baldersheim2023-09-268-31/+58
|\
| * - Make iterator pack template argument to handle both AttributeIteratorPack a...Henning Baldersheim2023-09-268-31/+58
* | Merge pull request #28678 from vespa-engine/geirst/dfa-table-query-timeGeir Storli2023-09-261-3/+23
|\ \
| * | Make DFA table algorithm selectable at query time.Geir Storli2023-09-261-3/+23
| |/
* / Avoid overflow in PostingListSearchContextT::approximateHits() member function.Tor Egge2023-09-261-2/+2
|/
* Merge pull request #28654 from vespa-engine/balder/return-early-on-matchHenning Baldersheim2023-09-266-29/+43
|\
| * Ensure all iterators are at or past current docid.Henning Baldersheim2023-09-261-1/+13
| * If tfmd is not needed, use the optimized simple OR filter.Henning Baldersheim2023-09-252-9/+7
| * Ensure children are sorted by falling tree size.Henning Baldersheim2023-09-251-0/+2
| * Clean up code based on clions's adviseHenning Baldersheim2023-09-251-9/+9
| * - Return early in doSeek if docId found.Henning Baldersheim2023-09-253-12/+14
* | Integrate DFA-based fuzzy matching.Geir Storli2023-09-255-11/+54
|/
* Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-253-27/+172
* Merge branch 'master' into balder/lift-single-filter-terms-out-from-wsHenning Baldersheim2023-09-2511-59/+171
|\
| * Merge pull request #28626 from vespa-engine/balder/balder/wire-doom-into-fetc...Henning Baldersheim2023-09-258-40/+47
| |\
| | * Wire in doom and let hitrate be a float intHenning Baldersheim2023-09-228-40/+47
| * | Merge pull request #28624 from vespa-engine/toregge/add-prefix-size-construct...Geir Storli2023-09-253-22/+127
| |\ \
| | * | Add prefix_size constructor argument to DfaFuzzyMatcher.Tor Egge2023-09-223-22/+127
| | |/
* | | Simple code cleanupHenning Baldersheim2023-09-246-22/+17
* | | - Single filter terms can be lifted out from weighted sets.Henning Baldersheim2023-09-232-37/+81
|/ /
* / Simplify and cleanupHenning Baldersheim2023-09-221-9/+4
|/
* Merge pull request #28609 from vespa-engine/toregge/use-utf32-dfa-fuzzy-match...Geir Storli2023-09-224-10/+35
|\
| * Use UTF-32 dfa fuzzy match successor.Tor Egge2023-09-214-10/+35
* | Merge pull request #28606 from vespa-engine/geirst/fuzzy-matching-algorithm-q...Geir Storli2023-09-2126-31/+134
|\ \ | |/ |/|
| * Add query property to control fuzzy matching algorithm.Geir Storli2023-09-2126-31/+134
* | Extend allowed key types for FoldedStringCompare::compareFolded.Tor Egge2023-09-213-14/+101
|/
* Skip rangecheck with assert unless compiled explicit for that.Henning Baldersheim2023-09-206-15/+25
* Add noexceptHenning Baldersheim2023-09-202-12/+12
* Posting list search contexts:Tor Egge2023-09-202-15/+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-205-24/+155
|\
| * Switch sort order for cased string enum store.Tor Egge2023-09-205-24/+155
* | Avoid incorrect match for brute force case sensitive prefix search.Tor Egge2023-09-203-2/+22
|/
* Stop overriding equal member function in EnumStoreStringComparator.Tor Egge2023-09-193-24/+11
* Update `match()` call in `DfaFuzzyMatcher` to use ref instead of ptrTor Brede Vekterli2023-09-181-1/+1
* Merge pull request #28560 from vespa-engine/toregge/use-make-for-lookup-metho...Geir Storli2023-09-183-23/+39
|\
| * Use make_for_lookup() member function on existing comparatorTor Egge2023-09-183-23/+39
* | Add class that uses a LevenshteinDfa to perform fuzzy matching in a dictionary.Geir Storli2023-09-186-0/+312
|/
* Add comparator to unique store.Tor Egge2023-09-182-4/+2
* Rename fallback_value to lookup_value in UniqueStoreComparator,Tor Egge2023-09-183-18/+17
* Add DfaStringComparator.Tor Egge2023-09-155-0/+94
* Rewrite enum comparator unit test to use gtest.Tor Egge2023-09-152-17/+15
* Control folding for FoldedStringCompare::comareFolded using templateTor Egge2023-09-156-28/+190
* Be explicit about using setEnum(bool hasEnum)Henning Baldersheim2023-09-144-24/+6
* Install searchcommon header files.Tor Egge2023-09-062-0/+6
* Merge pull request #28398 from vespa-engine/toregge/use-atomic-error-countHenning Baldersheim2023-09-051-1/+1
|\