summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Set RequestType both waysJon Bratseth2020-10-091-4/+4
* Use OptionalJon Bratseth2020-10-071-1/+1
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-3/+4
* Add API for rerank-countJon Bratseth2020-09-302-2/+20
* Ensure that the EroorMessage class has been loaded prior to shutdown/close to...Henning Baldersheim2020-09-291-1/+2
* Early exit if closedHenning Baldersheim2020-09-232-0/+3
* Shutdown and join the rpc client transport threads.Henning Baldersheim2020-09-213-2/+12
* Inject ContainerThreadPool to search handlerBjørn Christian Seime2020-09-141-8/+19
* Merge pull request #14257 from vespa-engine/bratseth/explicit-request-typeJon Bratseth2020-09-042-2/+3
|\
| * Allow setting a request type explicitlyJon Bratseth2020-09-022-2/+3
* | Merge pull request #14273 from vespa-engine/bratseth/continuation-referencesJon Bratseth2020-09-034-23/+51
|\ \
| * | Remove printStackTraceJon Bratseth2020-09-031-1/+0
| * | Allow varref in equivJon Bratseth2020-09-031-4/+6
| * | Continuation referencesJon Bratseth2020-09-035-19/+46
* | | Merge pull request #14258 from vespa-engine/bratseth/even-faster-featuredataJon Bratseth2020-09-031-8/+14
|\ \ \ | |/ / |/| |
| * | Always create value map if invokedJon Bratseth2020-09-031-16/+14
| * | Optimize for looking up values that are presentJon Bratseth2020-09-021-8/+16
* | | Merge pull request #14229 from vespa-engine/bratseth/http-client-testsJon Bratseth2020-09-021-4/+8
|\ \ \ | |/ / |/| |
| * | Migrate IOThread testsJon Bratseth2020-09-011-4/+8
| |/
* / Decode onceJon Bratseth2020-09-011-0/+26
|/
* Merge pull request #14155 from vespa-engine/bratseth/avoid-manual-zone-noiseJon Bratseth2020-08-251-12/+9
|\