summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22226 from vespa-engine/bratseth/set-default-max-query-itemsJon Bratseth2022-04-226-65/+71
|\ | | | | Set default max query items
| * New methodsJon Bratseth2022-04-221-1/+3
| |
| * Set default max query itemsJon Bratseth2022-04-225-64/+68
| | | | | | | | | | | | - Set default max query items to 10000 - Disallow setting maxQueryItems in requests - Include maxQueryItems in the Query query profile type
* | Validating fuzzy queryAlexey Chernyshev2022-04-225-4/+241
|/
* 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 test
| * 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
|\ \ | | | | | | Bratseth/flatten totalhits
| * | 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
|\ \ \ | | | | | | | | Optimize for the leaf groups that has no children since there are mos…
| * | | 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 ↵Henning Baldersheim2022-04-121-1/+1
|/ / / | | | | | | | | | | | | | | | 1-2 elements. Do not use the ArraryList until it is necessary.
* | | Merge pull request #21972 from alexeyche/alexeyche/fuzzy-query-annotationsGeir Storli2022-04-117-24/+136
|\ \ \ | |_|/ |/| | Propagating annotations for fuzzy query [WIP]
| * | 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
| | |/ | |/| | | | | | | | | | * this is necessary when searching in map of struct, where the index will be "field.value.subfield" -> 3 "words".
* | | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-073-2/+13
|\| |
| * | Deprecate load types from Java APIsTor Brede Vekterli2022-04-053-2/+13
| |/ | | | | | | | | | | | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* | 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
|\ | | | | Jonmv/misc 3
| * 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 validation
| * | 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'
| * | 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 tensors
| * | 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
|\ | | | | Undeprecate string features and be explicit
| * 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
| | | | | | | | | | | | - Validate tensor feature types when a tensor is set programmatically. - Add a toShortString for messages containing tensors. - Consistent and nicer spacing in tensor string forms.
* | 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.