aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* No functional changesJon Bratseth2021-06-281-24/+6
|
* No functional changesJon Bratseth2021-06-252-2/+4
|
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-1/+6
|
* Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-155-8/+9
|
* Merge pull request #18252 from vespa-engine/arnej/multiple-doc-types-nnArne H Juul2021-06-152-17/+53
|\ | | | | allow multiple tensor types for same name
| * allow multiple tensor types for same nameArne Juul2021-06-142-17/+53
| | | | | | | | | | | | * with several document types you can have fields with the same name but different tensor types that all should be allowed as target for nearestNeighbor operator.
* | Remove Beta annotationJon Bratseth2021-06-141-2/+0
|/
* No functional changesJon Bratseth2021-06-104-4/+3
|
* Point to docJon Bratseth2021-06-031-4/+5
|
* No functional changesJon Bratseth2021-05-207-27/+17
|
* Merge pull request #17906 from ↵Jon Bratseth2021-05-206-34/+55
|\ | | | | | | | | vespa-engine/bratseth/query-profile-type-inheritance Bratseth/query profile type inheritance
| * Let child fields override parentsJon Bratseth2021-05-192-29/+52
| |
| * Non-functional changes onlyJon Bratseth2021-05-195-5/+3
| |
* | Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-195-1/+57
|/
* Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-113-24/+22
|
* Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-103-22/+24
|
* Don't consider number of working nodes in coverageJon Bratseth2021-05-103-24/+22
| | | | | | | | | | | | | | | Tring to figure out the right groups to send queries to based on the number of nodes in the group has many potential issues at times of topology changes. Since we could the number of documents available in each group by summing documents in working nodes, we do not need to also separately consider the number of working nodes in the group for correctness. Since we use adaptive dispatching by default we also do not need to consider it to avoid overloading groups with less resources available but enough documents.
* Don't dispatch on zero time leftBjørn Christian Seime2021-05-101-1/+1
|
* Check for query timeout before dispatching streaming search queryBjørn Christian Seime2021-05-071-1/+5
|
* Handle fallback value of ElapsedTime.first()Bjørn Christian Seime2021-05-071-2/+4
|
* Merge pull request #17775 from vespa-engine/jonmv/badgesValerij Fredriksen2021-05-072-6/+2
|\ | | | | Jonmv/badges
| * Remove unused fieldsJon Marius Venstad2021-05-072-6/+2
| |
* | Revert "Merge pull request #17754 from ↵Jon Bratseth2021-05-0513-421/+94
| | | | | | | | | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2" This reverts commit a2c9cd4bc04f1a3eaa31524b3970b96be5c2eda9, reversing changes made to 8c61a373af0066fbdf1cca354c24b197c7347321.
* | Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-0513-94/+421
| |
* | Use creation time from http request when availableBjørn Christian Seime2021-05-051-2/+3
| |
* | Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-0513-421/+94
| | | | | | | | | | | | | | vespa-engine/revert-17738-revert-17737-revert-17736-bratseth/special-tokens" This reverts commit 491856b396d003885e159345fe3f533f0fa35933, reversing changes made to 3720186303f4aef1d185525eaf61092097a64ec9.
* | Revert "Revert "Revert "Bratseth/special tokens"""Jon Bratseth2021-05-0513-94/+421
| |
* | Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-0413-421/+94
|/
* Revert "Bratseth/special tokens"Jon Bratseth2021-05-0413-94/+421
|
* Wire in (but don't use) SpecialTokensJon Bratseth2021-05-041-1/+1
|
* Move specialtokens to linguisticsJon Bratseth2021-05-0411-267/+15
|
* Remove unused fileJon Bratseth2021-05-041-12/+0
|
* Make immutableJon Bratseth2021-05-048-247/+186
|
* No functional changesJon Bratseth2021-05-044-24/+22
|
* Merge pull request #17641 from vespa-engine/bratseth/query-profile-referencesJon Bratseth2021-04-285-17/+48
|\ | | | | Use owner's dimensions in BackedOverridableQueryProfile
| * Use owner's dimensions in BackedOverridableQueryProfileJon Bratseth2021-04-285-17/+48
| | | | | | | | | | | | | | | | Use owner's dimensions rather than the backed's in BackedObverridableQueryProfile. This matters when a profile references a profile with different but overlapping dimensions and both the owner and referred profile assigns values for the same paths, within their respective dimension spaces.
* | More lazy debug log message generationJon Marius Venstad2021-04-283-5/+5
|/
* In the case that the first item in a rank item evaluated to false it would ↵Henning Baldersheim2021-04-262-1/+4
| | | | | | be removed, amking the next the first. That is correct behaviour for all, but the first item. If the first is false, the whole rank will be false.
* Avoid flushing after every tree-node or object written to streamJon Marius Venstad2021-04-261-1/+3
|
* Include queue time in search handler for query metrics in StatisticsSearcherBjørn Christian Seime2021-04-231-4/+25
|
* Ensure that sameElement never accepts a WordAlternativesItem.Henning Baldersheim2021-04-234-25/+19
|
* Merge pull request #17559 from ↵Jon Marius Venstad2021-04-231-1/+1
|\ | | | | | | | | vespa-engine/bratseth/clustercontroller-cleanup-take-3 Bratseth/clustercontroller cleanup take 3
| * Create cluster controller cluster on logserverJon Bratseth2021-04-231-1/+1
| |
* | Provide standard mappingMorten Tokle2021-04-221-17/+7
|/
* Merge pull request #17514 from vespa-engine/bratseth/redundancyJon Bratseth2021-04-211-6/+6
|\ | | | | Bratseth/redundancy
| * No functional changesJon Bratseth2021-04-201-6/+6
| |
* | Remove FS4ResourcePoolBjørn Christian Seime2021-04-203-68/+5
|/
* Merge pull request #17465 from vespa-engine/bratseth/improve-messageHenning Baldersheim2021-04-161-11/+10
|\ | | | | Improve coverage message
| * Remove commentJon Bratseth2021-04-161-1/+1
| |
| * Improve coverage messageJon Bratseth2021-04-161-12/+11
| |