summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
Commit message (Expand)AuthorAgeFilesLines
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Guarantee we always have an executorJon Bratseth2021-10-101-1/+2
* Add Executor to Execution.ContextJon Bratseth2021-10-081-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-07107-107/+107
* Encapsulate in a contextJon Bratseth2021-10-011-1/+6
* Pass destinationJon Bratseth2021-09-305-18/+19
* encode -> embedJon Bratseth2021-09-288-33/+24
* Encode tensors passed as encode(text)Jon Bratseth2021-09-209-21/+104
* Non-functional changes onlyJon Bratseth2021-07-101-2/+2
* No functional changesJon Bratseth2021-06-101-2/+2
* Let child fields override parentsJon Bratseth2021-05-191-4/+6
* Non-functional changes onlyJon Bratseth2021-05-192-2/+1
* Merge pull request #17775 from vespa-engine/jonmv/badgesValerij Fredriksen2021-05-072-6/+2
|\
| * Remove unused fieldsJon Marius Venstad2021-05-072-6/+2
* | Revert "Merge pull request #17754 from vespa-engine/revert-17747-bratseth/spe...Jon Bratseth2021-05-051-2/+2
* | Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-051-2/+2
* | Revert "Merge pull request #17746 from vespa-engine/revert-17738-revert-17737...Jon Bratseth2021-05-051-2/+2
* | Revert "Revert "Revert "Bratseth/special tokens"""Jon Bratseth2021-05-051-2/+2
* | Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-041-2/+2
|/
* Revert "Bratseth/special tokens"Jon Bratseth2021-05-041-2/+2
* Move specialtokens to linguisticsJon Bratseth2021-05-041-1/+1
* Make immutableJon Bratseth2021-05-041-1/+1
* Merge pull request #17641 from vespa-engine/bratseth/query-profile-referencesJon Bratseth2021-04-283-16/+17
|\
| * Use owner's dimensions in BackedOverridableQueryProfileJon Bratseth2021-04-283-16/+17
* | More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
|/
* Ensure that sameElement never accepts a WordAlternativesItem.Henning Baldersheim2021-04-231-1/+0
* Fix linksJon Bratseth2021-02-151-2/+2
* Deprecate score-thresholdJon Bratseth2021-02-081-3/+4
* No functional changesJon Bratseth2021-02-031-1/+1
* 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
* | add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-0/+5
|/
* Get method to return all entries from the compiled query profile objectsrikanthnampelli2020-11-211-0/+5
* 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
|\