aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 ↵Arne H Juul2021-04-231-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/arnej/add-input-params-in-rank-profile Arnej/add input params in rank profile
| * | 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 ↵Henning Baldersheim2021-04-223-4/+35
| | | | | | point queries in string fields, from happening in under a same-element node. - Add raw stackdump from previously failing query.
* Merge pull request #17540 from ↵Henning Baldersheim2021-04-226-40/+172
|\ | | | | | | | | vespa-engine/balder/implment-case-sensitive-search-for-non-fast-search-attributes Support both case sensitive, and case-insensitive search in non-fast-…
| * Support both case sensitive, and case-insensitive search in non-fast-search ↵Henning Baldersheim2021-04-226-40/+172
| | | | | | | | attributes.
* | 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 ↵Henning Baldersheim2021-04-2012-53/+69
| | | | | | | mutable state. - Separate refering the stateless comparator, and creating new statefull comparators. - Keep the Comparator creation close.
* Merge pull request #17504 from vespa-engine/toregge/compact-posting-store-pass-4Henning Baldersheim2021-04-205-0/+43
|\ | | | | Wire in compaction of posting lists.
| * 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
|\ \ | |/ |/| Arnej/allow double result
| * 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
|\ \ | | | | | | - Make all use of comparator const.
| * | Align membersHenning Baldersheim2021-04-201-5/+5
| | |
| * | Make folding a runtime argument rather than a compiletime desicionHenning Baldersheim2021-04-206-119/+63
| | | | | | | | | | | | as it can no longer be inferred from the type.
| * | 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
| |/ | | | | | | - Less explicit temporaries.
* / 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 ↵Henning Baldersheim2021-04-165-0/+312
|\ | | | | | | | | vespa-engine/toregge/add-compaction-of-posting-store Add compaction of PostingStore.
| * 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.
| * 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 around
| * restore optimization lost when moving code aroundArne Juul2021-04-141-0/+19
| |
* | Merge pull request #17403 from ↵Henning Baldersheim2021-04-148-2/+123
|\ \ | |/ |/| | | | | vespa-engine/toregge/compact-enum-store-dictionary-when-needed Compact enum store dictionary when needed.
| * Compact enum store dictionary when needed.Tor Egge2021-04-138-2/+123
| |
* | Merge pull request #17378 from ↵Arne H Juul2021-04-1421-340/+673
|\ \ | | | | | | | | | | | | vespa-engine/arnej/redo-nn-distance-for-new-cell-types-2 Arnej/redo nn distance for new cell types 2
| * | 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
| |/ | | | | | | This reverts commit f167fe4362c5e4e20a7605b99205cfbee77c569a.
* | 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
|