summaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Expand)AuthorAgeFilesLines
* Deprecate score-thresholdJon Bratseth2021-02-088-31/+35
* Merge pull request #16382 from vespa-engine/arnej/rename-some-variablesHenning Baldersheim2021-02-051-22/+22
|\
| * 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
|\
| * 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 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 thisJon Bratseth2021-02-031-0/+2
| |/
* / No functional changesJon Bratseth2021-02-035-10/+40
|/
* Remove usage of org.jsonBjørn Christian Seime2021-02-026-238/+226
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-016-226/+238
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-296-238/+226
* measure latency using System.nanoTime()Arne Juul2021-01-281-8/+9
* always send distance threshold in NearestNeighborItemArne Juul2021-01-271-2/+4
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-10/+7
* 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
* You must use one of the candidates in the set you got.Henning Baldersheim2021-01-111-2/+2
* - Remove groups with insufficient coverage as we discover them.Henning Baldersheim2021-01-111-32/+23
* Update container-search/src/main/java/com/yahoo/search/dispatch/SearchPath.javaHenning Baldersheim2021-01-111-1/+1
* Update container-search/src/main/java/com/yahoo/search/dispatch/SearchPath.javaHenning Baldersheim2021-01-111-1/+1
* Add possibility to select a subset of groups and apply random selection among...Henning Baldersheim2021-01-112-50/+83
* Merge pull request #15969 from vespa-engine/jonmv/faster-query-profile-compil...Jon Bratseth2021-01-1010-128/+203
|\
| * Update abi specJon Marius Venstad2021-01-101-0/+2
| * Add new class >_<Jon Marius Venstad2021-01-101-0/+22
| * Clean upJon Marius Venstad2021-01-105-13/+11
| * Correct for some shortcutting in prefix manipulation in visitorJon Marius Venstad2021-01-081-3/+5
| * Cache CompoundName and Binding instances created during compilationJon Marius Venstad2021-01-085-22/+33
| * Cache compound names generated during query profile compilationJon Marius Venstad2021-01-081-2/+6
| * Prune duplicate prefixes and children before combining themJon Marius Venstad2021-01-081-13/+21
| * Make complete groups of children, rather than prefixesJon Marius Venstad2021-01-081-27/+17
| * Add import for DequeJon Marius Venstad2021-01-081-0/+1
| * Generate all matching collections in one pass through the TrieJon Marius Venstad2021-01-083-26/+36
| * Use a trie for variants, keyed on path, to look up prefix pathsJon Marius Venstad2021-01-071-17/+63
| * Inline combination of dimensions and values to reuse knowledge (4x faster, 1....Jon Marius Venstad2021-01-074-67/+48
* | Merge pull request #15950 from vespa-engine/arnej/add-distance-thresholdArne H Juul2021-01-098-8/+49
|\ \
| * | only send distanceThreshold conditionallyArne Juul2021-01-081-2/+10
| * | add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-088-7/+40
* | | Get number of spaces correct in both cases.Henning Baldersheim2021-01-081-2/+1
* | | - Call getAsInt.....Henning Baldersheim2021-01-082-3/+5
* | | Add logging.Henning Baldersheim2021-01-081-2/+7
* | | Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-086-36/+102
|/ /
* | Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-086-102/+36
* | Update container-search/src/main/java/com/yahoo/search/dispatch/searchcluster...Henning Baldersheim2021-01-071-1/+1
* | Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-076-36/+102
|/