summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * 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
|\ \ | |/ |/| Introducing fuzzy search [WIP]
| * Addressing comments + fixing testAlexey Chernyshev2022-03-236-22/+261
| |
| * Introducing fuzzy searchAlexey Chernyshev2022-03-239-235/+211
| |
* | Merge pull request #21761 from vespa-engine/lesters/multiple-embeddersLester Solbakken2022-03-248-72/+215
|\ \ | | | | | | Lesters/multiple embedders
| * | Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-225-5/+5
| | |
| * | Add embedder selection argument to query parameter transformationLester Solbakken2022-03-218-72/+215
| | |
* | | Merge pull request #21787 from vespa-engine/bjorncs/grouping-max-infv7.564.19Henning Baldersheim2022-03-236-36/+67
|\ \ \ | |_|/ |/| | Bjorncs/grouping max inf
| * | Move all max resolving to resolveMaxBjørn Christian Seime2022-03-231-23/+17
| | |
| * | Allow 'inf' as value to max()Bjørn Christian Seime2022-03-236-20/+57
| |/
* | Merge pull request #21783 from vespa-engine/bratseth/cleanup-57gjoranv2022-03-233-19/+11
|\ \ | | | | | | No functional changes
| * | No functional changesJon Bratseth2022-03-233-19/+11
| |/
* / Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-222-4/+3
|/
* Merge pull request #21748 from vespa-engine/bjorncs/default-max-groupingJon Bratseth2022-03-186-8/+91
|\ | | | | Introduce query parameters for default max hits/groups in grouping qu…
| * Mark new static fields as betaBjørn Christian Seime2022-03-181-2/+3
| |
| * Introduce query parameters for default max hits/groups in grouping queriesBjørn Christian Seime2022-03-186-8/+90
| |
* | Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-182-1/+3
| |