aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Sorting is a modifying operation => grab the children afterwards.Henning Baldersheim2022-04-201-1/+1
* Cheaper way to get number of children.Henning Baldersheim2022-04-201-4/+5
* Merge pull request #22063 from vespa-engine/bratseth/serialization-testLester Solbakken2022-04-196-9/+50
|\
| * Add serialization testJon Bratseth2022-04-086-9/+50
* | Merge pull request #22044 from vespa-engine/bratseth/flatten-totalhitsBjørn Christian Seime2022-04-196-18/+34
|\ \
| * | Correct visibilityJon Bratseth2022-04-082-3/+2
| * | Update ABI specJon Bratseth2022-04-081-1/+1
| * | No functional changesJon Bratseth2022-04-073-9/+11
| * | Use unique group count as total-hits if availableJon Bratseth2022-04-072-7/+22
* | | Merge pull request #22098 from vespa-engine/balder/optimize-for-the-leaf-groupsHenning Baldersheim2022-04-121-7/+13
|\ \ \
| * | | Make it explicit what is minimum size.Henning Baldersheim2022-04-121-1/+2
| * | | Optimize for the leaf groups that has no children since there are most of them.Henning Baldersheim2022-04-121-7/+12
* | | | Optimize fro the most common case where the lists are either empty or has 1-2...Henning Baldersheim2022-04-121-1/+1
|/ / /
* | | Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-117-24/+136
|\ \ \ | |_|/ |/| |
| * | Fixing abi specAlexey Chernyshev2022-04-111-2/+2
| * | Addressed PR commentsAlexey Chernyshev2022-04-115-10/+10
| * | Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-077-24/+136
* | | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-071-8/+4
|\ \ \
| * | | handle index names with > 2 dot-separated "words"Arne H Juul2022-04-071-8/+4
| | |/ | |/|
* | | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-073-2/+13
|\| |
| * | Deprecate load types from Java APIsTor Brede Vekterli2022-04-053-2/+13
| |/
* | Add RankProfileInputPropertiesJon Bratseth2022-04-079-34/+77
* | Add inputs to RankProfileJon Bratseth2022-04-062-4/+22
* | Test inputs in documentdb-infoJon Bratseth2022-04-051-0/+5
* | Support rank profile input WIPJon Bratseth2022-04-052-3/+1
* | Support rank profile input WIPJon Bratseth2022-04-051-1/+1
|/
* Merge pull request #21893 from vespa-engine/jonmv/misc-3Jon Marius Venstad2022-03-311-1/+1
|\
| * Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-315-13/+13
| * Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-315-13/+13
* | Merge pull request #21912 from vespa-engine/bratseth/more-validationJon Bratseth2022-03-313-20/+24
|\ \
| * | Slightly more validationJon Bratseth2022-03-313-20/+24
* | | Merge pull request #21896 from vespa-engine/bjorncs/cleanupHarald Musum2022-03-312-7/+3
|\ \ \ | |/ / |/| |
| * | Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-302-7/+3
| |/
* | Merge pull request #21904 from vespa-engine/bratseth/substitution-in-tensorsJon Bratseth2022-03-3013-59/+138
|\ \
| * | Support substitutions in tensorsJon Bratseth2022-03-3013-59/+138
| |/
* | Centralize definition of query parameters and default valuesBjørn Christian Seime2022-03-305-31/+52
* | Add query parameter for default precision factorBjørn Christian Seime2022-03-306-1/+39
|/
* Merge pull request #21882 from vespa-engine/bratseth/undeprecate-string-featuresJon Bratseth2022-03-304-7/+22
|\
| * Update ABI specJon Bratseth2022-03-291-0/+1
| * Undeprecate string features and be explicitJon Bratseth2022-03-293-7/+21
* | Validate query feature tensor typesJon Bratseth2022-03-297-18/+65
* | Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-288-69/+144
|/
* No functional changesJon Bratseth2022-03-252-13/+11
* Add 'grouping.globalMaxGroups' query parameterBjørn Christian Seime2022-03-247-10/+172
* Remember to shutdown common rendering threadpool.Henning Baldersheim2022-03-241-4/+13
* Merge pull request #21796 from vespa-engine/balder/use-common-rendering-executorJon Bratseth2022-03-242-3/+24
|\
| * Use a common executor for all renderers.Henning Baldersheim2022-03-242-3/+24
* | Merge pull request #21689 from alexeyche/fuzzy-attribute-searchGeir Storli2022-03-249-3/+218
|\ \ | |/ |/|
| * Addressing comments + fixing testAlexey Chernyshev2022-03-236-22/+261
| * Introducing fuzzy searchAlexey Chernyshev2022-03-239-235/+211