summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-0623-23/+23
* Name matching query properties using camelCase as done elsewhere.Geir Storli2022-05-053-16/+35
* Merge pull request #22454 from vespa-engine/bjorncs/annotationsBjørn Christian Seime2022-05-052-3/+3
|\
| * Use Inject annotation from 'annotations'Bjørn Christian Seime2022-05-042-3/+4
* | Merge pull request #22458 from vespa-engine/bratseth/schema-info-5-take-3Jon Bratseth2022-05-0528-669/+543
|\ \
| * | Remove importJon Bratseth2022-05-051-1/+0
| * | Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-0528-669/+544
| |/
* | Remove print statementJon Bratseth2022-05-041-1/+0
* | Add 'input' as alias to 'ranking.feature'Jon Bratseth2022-05-045-9/+10
|/
* Merge pull request #22440 from vespa-engine/bratseth/schema-info-6Bjørn Christian Seime2022-05-041-0/+1
|\
| * Use google inject temporarilyJon Bratseth2022-05-041-1/+1
* | Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-0428-544/+669
|/
* Allow null document summary lookupJon Bratseth2022-05-031-2/+2
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-0328-667/+542
* Revert "Use schema-info"Jon Bratseth2022-05-0328-542/+667
* Merge pull request #22426 from vespa-engine/bratseth/schema-info-5Jon Bratseth2022-05-0328-667/+542
|\
| * Use schemsa-infoJon Bratseth2022-05-0328-667/+542
* | Fix typo in method nameBjørn Christian Seime2022-05-031-2/+2
* | Don't require overriding max() if using predef as grouping expressionBjørn Christian Seime2022-05-032-0/+6
|/
* Update ABI specJon Bratseth2022-05-021-0/+2
* Use SchemaInfoJon Bratseth2022-05-026-64/+70
* Merge pull request #22381 from vespa-engine/bratseth/schema-info-1Jon Bratseth2022-05-021-6/+4
|\
| * Remove unused fieldJon Bratseth2022-05-021-2/+0
| * Make the schema info config a regular derived configJon Bratseth2022-05-021-5/+5
* | Use renderResponseJon Bratseth2022-04-294-15/+12
|/
* Add support for approximate nearest neighbor threshold settings in Query API.Geir Storli2022-04-294-47/+71
* Remove usused configJon Bratseth2022-04-281-5/+0
* Keep exporting configJon Bratseth2022-04-271-0/+6
* Use an already exported packageJon Bratseth2022-04-2719-613/+127
* Create schema-info for global schema infoJon Bratseth2022-04-2714-49/+72
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-2527-260/+1790
|\
| * Resolve rank profile inputsJon Bratseth2022-04-2127-269/+1770
| * 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-226-65/+71
|\ \
| * | New methodsJon Bratseth2022-04-221-1/+3
| * | Set default max query itemsJon Bratseth2022-04-225-64/+68
* | | 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 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
|/ / /