aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Cap max buckets per streaming search visitorTor Brede Vekterli2021-01-052-2/+4
* Provide access to the term to be replacedJon Bratseth2020-12-081-2/+10
* Simplified query stringsJon Bratseth2020-12-031-2/+2
* Handle tensor types with cell type parameterJon Bratseth2020-12-032-39/+49
* SimplifyJon Bratseth2020-12-033-11/+4
* Reject queries searching tensor fieldsJon Bratseth2020-11-2912-26/+139
* 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
* Improve descriptionJon Bratseth2020-11-111-2/+2
* Support setting specific variants unoverridableJon Bratseth2020-11-1013-31/+122
* Revert "Merge pull request #15181 from vespa-engine/revert-15180-bratseth/ove...Jon Bratseth2020-11-046-46/+92
* Revert "Override in variant references"Arnstein Ressem2020-11-046-92/+46
* Merge pull request #15180 from vespa-engine/bratseth/override-in-variant-refe...Jon Bratseth2020-11-046-46/+92
|\
| * Override in variant referencesJon Bratseth2020-11-046-46/+92
* | 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-012-3/+19
* 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-215-4/+17
* Remove unused test classBjørn Christian Seime2020-09-141-166/+0