summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Use SchemaInfoJon Bratseth2022-05-024-59/+56
* Add support for approximate nearest neighbor threshold settings in Query API.Geir Storli2022-04-292-39/+46
* Keep exporting configJon Bratseth2022-04-271-0/+6
* Use an already exported packageJon Bratseth2022-04-2714-23/+21
* Create schema-info for global schema infoJon Bratseth2022-04-274-19/+16
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-2523-258/+722
|\
| * Resolve rank profile inputsJon Bratseth2022-04-2123-267/+702
| * Set both profile and source info firstJon Bratseth2022-04-113-12/+41
* | Merge pull request #22226 from vespa-engine/bratseth/set-default-max-query-itemsJon Bratseth2022-04-225-64/+68
|\ \
| * | Set default max query itemsJon Bratseth2022-04-225-64/+68
* | | Validating fuzzy queryAlexey Chernyshev2022-04-223-4/+96
|/ /
* | 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-193-3/+4
|\ \
| * | Add serialization testJon Bratseth2022-04-083-3/+4
* | | Merge pull request #22044 from vespa-engine/bratseth/flatten-totalhitsBjørn Christian Seime2022-04-193-4/+16
|\ \ \
| * | | Correct visibilityJon Bratseth2022-04-081-1/+1
| * | | No functional changesJon Bratseth2022-04-072-1/+2
| * | | Use unique group count as total-hits if availableJon Bratseth2022-04-071-3/+14
* | | | 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-114-19/+106
|\ \ \ | |_|/ |/| |
| * | Addressed PR commentsAlexey Chernyshev2022-04-114-8/+8
| * | Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-074-19/+106
* | | 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-072-0/+9
|\| |
| * | Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-0/+9
| |/
* | Add RankProfileInputPropertiesJon Bratseth2022-04-078-34/+64
* | Add inputs to RankProfileJon Bratseth2022-04-062-4/+22
* | Support rank profile input WIPJon Bratseth2022-04-052-3/+1
* | Support rank profile input WIPJon Bratseth2022-04-051-1/+1
|/
* Merge pull request #21912 from vespa-engine/bratseth/more-validationJon Bratseth2022-03-312-19/+23
|\
| * Slightly more validationJon Bratseth2022-03-312-19/+23
* | Merge pull request #21896 from vespa-engine/bjorncs/cleanupHarald Musum2022-03-311-5/+2
|\ \ | |/ |/|
| * Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-5/+2
* | Merge pull request #21904 from vespa-engine/bratseth/substitution-in-tensorsJon Bratseth2022-03-308-48/+75
|\ \
| * | Support substitutions in tensorsJon Bratseth2022-03-308-48/+75
| |/
* | Centralize definition of query parameters and default valuesBjørn Christian Seime2022-03-304-29/+50
* | Add query parameter for default precision factorBjørn Christian Seime2022-03-304-0/+17
|/
* Merge pull request #21882 from vespa-engine/bratseth/undeprecate-string-featuresJon Bratseth2022-03-303-7/+21
|\
| * Undeprecate string features and be explicitJon Bratseth2022-03-293-7/+21
* | Validate query feature tensor typesJon Bratseth2022-03-295-12/+57
* | Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-285-60/+83
|/
* No functional changesJon Bratseth2022-03-252-13/+11
* Add 'grouping.globalMaxGroups' query parameterBjørn Christian Seime2022-03-245-6/+100
* 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
|\