summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-093-2/+4
* | Merge pull request #16429 from vespa-engine/bratseth/deprecate-score-thresholdJon Bratseth2021-02-106-31/+33
|\ \
| * | Deprecate score-thresholdJon Bratseth2021-02-086-31/+33
| |/
* | added weakand replacer to vespa chainkarowan2021-02-091-1/+2
* | Merge pull request #16411 from karowan/karowan/replacing-or-by-wand-16360Jon Bratseth2021-02-091-0/+66
|\ \ | |/ |/|
| * Update container-search/src/main/java/com/yahoo/search/querytransform/WeakAnd...Kyle Rowan2021-02-091-0/+2
| * Update container-search/src/main/java/com/yahoo/search/querytransform/WeakAnd...Kyle Rowan2021-02-091-1/+3
| * Update container-search/src/main/java/com/yahoo/search/querytransform/WeakAnd...Kyle Rowan2021-02-091-1/+1
| * optimized item replacementkarowan2021-02-051-3/+7
| * updated documentationkarowan2021-02-051-0/+15
| * added searcher to replace OrItemsKyle Rowan2021-02-051-0/+43
* | 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-033-8/+6
|/
* Remove usage of org.jsonBjørn Christian Seime2021-02-022-10/+4
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-012-4/+10
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-292-10/+4
* 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
* 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-111-28/+44
* 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