summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Request metrics asyncJon Bratseth2021-02-041-2/+1
|/
* Merge pull request #16338 from vespa-engine/gjoranv/hit-metrics-histogramgjoranv2021-02-031-2/+11
|\ | | | | Gjoranv/hit metrics histogram
| * Remove redundant Values.gjoranv2021-02-031-6/+0
| |
| * Add histogram buckets for totalhits_per_query metric.gjoranv2021-02-021-2/+10
| |
| * Add histogram buckets for hits_per_query metric.gjoranv2021-02-021-1/+8
| |
* | Merge pull request #16377 from vespa-engine/bratseth/caching-warningHenning Baldersheim2021-02-031-2/+4
|\ \ | | | | | | Warn not to cache hits
| * | Warn not to cache thisJon Bratseth2021-02-031-2/+4
| | |
* | | Merge pull request #16373 from vespa-engine/bratseth/caching-warningHenning Baldersheim2021-02-031-0/+2
|\| | | | | | | | Warn not to cache this
| * | Warn not to cache thisJon Bratseth2021-02-031-0/+2
| |/
* / No functional changesJon Bratseth2021-02-035-10/+40
|/
* Remove usage of org.jsonBjørn Christian Seime2021-02-027-238/+231
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-017-231/+238
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-297-238/+231
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* measure latency using System.nanoTime()Arne Juul2021-01-281-8/+9
| | | | | | | | * many Vespa applications have latency in the low range (1-3 ms) * using System.currentTimeMillis() gives very little precision, latency graphs become very spiky * System.nanoTime() should have approximately same cost, and gives much better precision
* always send distance threshold in NearestNeighborItemArne Juul2021-01-271-2/+4
|
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-10/+7
| | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* Mark cacheSize as not usedJon Bratseth2021-01-141-2/+1
|
* Remove cacheSizeJon Bratseth2021-01-141-9/+3
|
* Non-functional changes onlyJon Bratseth2021-01-146-26/+26
|
* Merge pull request #15995 from ↵Harald Musum2021-01-121-6/+0
|\ | | | | | | | | vespa-engine/revert-15992-revert-15988-bjorncs/connection-access-log-preps Revert "Revert "Merge container-accesslogging into jdisc_http_service"" [run-systemtest]
| * Revert "Revert "Merge container-accesslogging into jdisc_http_service""Bjørn Christian Seime2021-01-111-6/+0
| |
* | You must use one of the candidates in the set you got.Henning Baldersheim2021-01-111-2/+2
|/ | | | It is not legal to change the set of candidates and perform a re-election if you are unhappy.
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-111-0/+6
|
* Merge pull request #15988 from vespa-engine/bjorncs/connection-access-log-prepsBjørn Christian Seime2021-01-111-6/+0
|\ | | | | Merge container-accesslogging into jdisc_http_service
| * Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-111-6/+0
| |
* | - Remove groups with insufficient coverage as we discover them.Henning Baldersheim2021-01-111-32/+23
| | | | | | | | - Improve naming.
* | Update container-search/src/main/java/com/yahoo/search/dispatch/SearchPath.javaHenning Baldersheim2021-01-111-1/+1
| | | | | | Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>