summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | fix NNS distance for new cell typesArne Juul2021-04-1221-321/+609
| |/
* | Test concatJon Bratseth2021-04-132-1/+7
* | Minor c++11 code cleanup.Henning Baldersheim2021-04-132-12/+8
|/
* Adjust member function names to reflect what is being compacted.Tor Egge2021-04-127-19/+19
* Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-097-41/+10
* Use consistent namingHenning Baldersheim2021-04-082-5/+9
* Wire the whole dictionary cfg all the way.Henning Baldersheim2021-04-084-7/+7
* Wire in match configHenning Baldersheim2021-04-081-1/+14
* Avoid noncompliant use of std::is_sorted (The comparison function did notTor Egge2021-04-082-2/+4
* If unique values can be unsorted then any enum value change isTor Egge2021-04-082-2/+4
* Sort unique values during load if needed.Tor Egge2021-04-0820-19/+110