summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Only consider isLowerCase.Henning Baldersheim2021-04-122-24/+2
|
* Non-functional changes onlyJon Bratseth2021-04-1220-50/+70
|
* Merge pull request #17055 from vespa-engine/bratseth/cleanupHenning Baldersheim2021-04-082-3/+2
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2021-03-192-3/+2
| |
* | CleanupJon Bratseth2021-04-053-63/+62
| |
* | Handle repeated EQUIV productionJon Bratseth2021-04-055-16/+54
| |
* | CleanupJon Bratseth2021-04-053-111/+107
| |
* | Allow retired nodes to be unreachableJon Bratseth2021-04-011-10/+11
| | | | | | | | | | | | | | If we have sufficient document coverage, and the expected number of nodes in a group is up, then don't fail it just because there are additional nodes that are down. That will be because they are about to be retired and in any case it is harmless.
* | SimplifyJon Bratseth2021-03-311-9/+8
| |
* | Minor group logic improvementsJon Bratseth2021-03-313-18/+22
| | | | | | | | | | | | - Non-functional cleanup - Add cluster id to log messages - Don't warn that we only have N/N and require N nodes (all for the same N)
* | Precompute StudentT.inverseCumulativeProbability for default probability and ↵Henning Baldersheim2021-03-281-7/+25
| | | | | | | | up to 66 nodes per group.
* | - Add option to provide token map while construction wand/wset/dotproduct.Henning Baldersheim2021-03-275-29/+74
| | | | | | | | - Parse to number directly if possible.
* | Merge pull request #17191 from vespa-engine/bratseth/carry-weightJon Bratseth2021-03-2611-106/+113
|\ \ | | | | | | Bratseth/carry weight
| * | Carry weightJon Bratseth2021-03-267-7/+11
| | |
| * | Cleanup: No functional changesJon Bratseth2021-03-262-8/+9
| | |
| * | Cleanup: No functional changesJon Bratseth2021-03-267-94/+96
| | |
* | | only do debug logging in very specific casesArne Juul2021-03-261-16/+34
|/ /
* | add more debug logging about hit mergingArne Juul2021-03-251-5/+33
| |
* | backend always expects distanceThreshold nowArne Juul2021-03-231-10/+1
| | | | | | | | * so no need to set an extra bit signalling that it is sent
* | Merge pull request #17047 from vespa-engine/bratseth/dash-in-sourceJon Bratseth2021-03-192-1/+7
|\ \ | | | | | | Allow dash in ident as it is legal in source names
| * | Allow dash in ident as it is legal in source namesJon Bratseth2021-03-182-1/+7
| | |
* | | Merge pull request #17054 from vespa-engine/bratseth/add-castJon Bratseth2021-03-192-1/+7
|\ \ \ | | | | | | | | Add cast to keyword list
| * | | Add cast tokeyword listJon Bratseth2021-03-192-1/+7
| | |/ | |/|
* | | Merge pull request #16930 from ↵Yngve Aasheim2021-03-192-7/+12
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/bratseth/remove-active-queries-metrics Remove active queries metrics that are never set
| * | Remove active queries metrics that are never setJon Bratseth2021-03-122-7/+12
| |/
* | Remove duplicate headersJon Bratseth2021-03-181-1/+0
| |
* | Add copyright headersJon Bratseth2021-03-1814-0/+14
|/
* Support equivJon Bratseth2021-03-118-26/+43
|
* Merge pull request #16722 from vespa-engine/gjoranv/reduce-dependencies_part2gjoranv2021-03-021-1/+7
|\ | | | | Gjoranv/reduce dependencies part2
| * Put back provided-dependencies instead of jdisc_core/httpgjoranv2021-03-011-7/+1
| |
| * Use explicit dependencies instead of 'provided-dependencies'gjoranv2021-02-191-2/+14
| | | | | | | | | | .. while keeping all necessary provided deps to get all imports needed by the compile scoped deps in each module.
* | Non-functional changes onlyJon Bratseth2021-02-2111-91/+61
|/
* Fix linksJon Bratseth2021-02-153-4/+5
|
* Merge pull request #16479 from vespa-engine/bratseth/remove-getNodesMartin Polden2021-02-113-2/+4
|\ | | | | Bratseth/remove get nodes
| * Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-093-2/+4
| |
* | Merge pull request #16429 from vespa-engine/bratseth/deprecate-score-thresholdJon Bratseth2021-02-108-31/+35
|\ \ | | | | | | Deprecate score-threshold
| * | Deprecate score-thresholdJon Bratseth2021-02-088-31/+35
| | |
* | | added weakand replacer to vespa chainkarowan2021-02-091-1/+2
| | |
* | | Merge pull request #16411 from karowan/karowan/replacing-or-by-wand-16360Jon Bratseth2021-02-092-0/+185
|\ \ \ | |_|/ |/| | Karowan/replacing or by wand 16360
| * | updated testkarowan2021-02-091-1/+1
| | |
| * | Update ↵Kyle Rowan2021-02-091-0/+2
| | | | | | | | | | | | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * | Update ↵Kyle Rowan2021-02-091-1/+3
| | | | | | | | | | | | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * | Update ↵Kyle Rowan2021-02-091-1/+1
| | | | | | | | | | | | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * | optimized item replacementkarowan2021-02-051-3/+7
| | |
| * | added another testkarowan2021-02-051-0/+15
| | |
| * | updated documentationkarowan2021-02-051-0/+15
| | |
| * | added searcher to replace OrItemsKyle Rowan2021-02-052-0/+147
| | |
* | | Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-1/+1
| |/ |/|
* | Merge pull request #16382 from vespa-engine/arnej/rename-some-variablesHenning Baldersheim2021-02-051-22/+22
|\ \ | |/ |/| rename some variables to reduce confusion
| * rename some variables to reduce confusionArne Juul2021-02-041-22/+22
| |