summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-094-2/+37
|\ \
| * | only send distanceThreshold conditionallyArne Juul2021-01-081-2/+10
| * | add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-084-1/+28
* | | 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-084-22/+40
|/ /
* | Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-084-40/+22
* | 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-074-22/+40
|/
* Cap max buckets per streaming search visitorTor Brede Vekterli2021-01-051-1/+3
* Provide access to the term to be replacedJon Bratseth2020-12-081-2/+10
* Handle tensor types with cell type parameterJon Bratseth2020-12-031-35/+35
* SimplifyJon Bratseth2020-12-032-6/+3
* Reject queries searching tensor fieldsJon Bratseth2020-11-2910-25/+93
* Get method to return all entries from the compiled query profile objectsrikanthnampelli2020-11-211-0/+5
* Wait a while before scaling downJon Bratseth2020-11-201-7/+7
* Reduce chunksize from 1M to 4k to avoid going touching memory not needed for ...Henning Baldersheim2020-11-131-1/+2
* Support setting specific variants unoverridableJon Bratseth2020-11-105-21/+74
* Revert "Merge pull request #15181 from vespa-engine/revert-15180-bratseth/ove...Jon Bratseth2020-11-045-46/+40
* Revert "Override in variant references"Arnstein Ressem2020-11-045-40/+46
* Merge pull request #15180 from vespa-engine/bratseth/override-in-variant-refe...Jon Bratseth2020-11-045-46/+40
|\
| * Override in variant referencesJon Bratseth2020-11-045-46/+40
* | Merge pull request #15129 from vespa-engine/hakonhall/use-javadoc-no-forkHåkon Hallingstad2020-11-026-23/+12
|\ \ | |/ |/|
| * Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-316-23/+12
* | Store scaling events in ZooKeeperJon Bratseth2020-10-221-1/+1
* | Remove print statementAaron Nagao2020-10-161-2/+0
|/