summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Reorder to handle both cased and uncased regex and prefix.Henning Baldersheim2021-04-271-3/+3
* Actually return the value.Henning Baldersheim2021-04-271-1/+1
* Double check unfolded if search is cased.Henning Baldersheim2021-04-271-12/+14
* Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
* - Add non-folded prefix.Henning Baldersheim2021-04-256-38/+43
* remove leftover protection that is harmful nowArne Juul2021-04-241-3/+0
* Add missing typename.Tor Egge2021-04-231-1/+1
* Merge pull request #17561 from vespa-engine/balder/have-children-insteda-of-b...Henning Baldersheim2021-04-233-131/+147
|\
| * Return true from AndNot when no children at all.Henning Baldersheim2021-04-231-3/+4
| * - Model as having children, as opposed to being children.Henning Baldersheim2021-04-233-131/+146
* | Merge pull request #17560 from vespa-engine/arnej/add-input-params-in-rank-pr...Arne H Juul2021-04-231-1/+1
|\ \
| * | fix typoArne Juul2021-04-231-1/+1
| |/
* | Fix typo in comment.Henning Baldersheim2021-04-231-2/+2
* | Add testing of too short strings.Henning Baldersheim2021-04-232-0/+13
|/
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-223-4/+35
* Merge pull request #17540 from vespa-engine/balder/implment-case-sensitive-se...Henning Baldersheim2021-04-226-40/+172
|\
| * Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-226-40/+172
* | Wire in tensor cell type resolving for concat in JavaLester Solbakken2021-04-221-2/+2
|/
* Drop incomplete dictionary snapshots.Tor Egge2021-04-212-19/+6
* Select Comparator based on match settings of dictionary.Henning Baldersheim2021-04-205-11/+14
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-2012-53/+69
* Merge pull request #17504 from vespa-engine/toregge/compact-posting-store-pass-4Henning Baldersheim2021-04-205-0/+43
|\
| * Wire in compaction of posting lists.Tor Egge2021-04-205-0/+43
* | Merge pull request #17498 from vespa-engine/arnej/allow-double-resultArne H Juul2021-04-202-5/+2
|\ \ | |/ |/|
| * use newest install vespajlibArne Juul2021-04-201-1/+1
| * do not require any specific Value subclassArne Juul2021-04-201-4/+1
* | Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-2015-172/+111
|\ \
| * | Align membersHenning Baldersheim2021-04-201-5/+5
| * | Make folding a runtime argument rather than a compiletime desicionHenning Baldersheim2021-04-206-119/+63
| * | Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-197-21/+28
| * | - Make all use of comparator const.Henning Baldersheim2021-04-198-41/+29
| |/
* / Add consider_compact methods to posting store.Tor Egge2021-04-207-11/+86
|/
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-193-26/+61
* Merge pull request #17473 from vespa-engine/toregge/add-compaction-of-posting...Henning Baldersheim2021-04-165-0/+312
|\
| * Add compaction of PostingStore.Tor Egge2021-04-165-0/+312
* | Fix max reduce of negative numbers in a tensorLester Solbakken2021-04-161-0/+1
|/
* Only the dead should be counted as dead.Henning Baldersheim2021-04-142-3/+9
* Merge pull request #17434 from vespa-engine/toregge/fix-format-stringHenning Baldersheim2021-04-141-1/+1
|\
| * Fix format string.Tor Egge2021-04-141-1/+1
* | Merge pull request #17433 from vespa-engine/arnej/restore-lost-calc-with-limitHenning Baldersheim2021-04-141-0/+19
|\ \ | |/ |/|
| * restore optimization lost when moving code aroundArne Juul2021-04-141-0/+19
* | Merge pull request #17403 from vespa-engine/toregge/compact-enum-store-dictio...Henning Baldersheim2021-04-148-2/+123
|\ \ | |/ |/|
| * Compact enum store dictionary when needed.Tor Egge2021-04-138-2/+123
* | Merge pull request #17378 from vespa-engine/arnej/redo-nn-distance-for-new-ce...Arne H Juul2021-04-1421-340/+673
|\ \
| * | actually wants floatArne Juul2021-04-132-2/+3
| * | minor changes in cell type conversionArne Juul2021-04-131-9/+14
| * | underscore for member variable, more assertsArne Juul2021-04-134-7/+13
| * | let the distance function decide how it wants the query tensor convertedArne Juul2021-04-1211-78/+85
| * | test a bit moreArne Juul2021-04-121-1/+27
| * | only unroll if there is enough dataHÃ¥vard Pettersen2021-04-121-1/+1