aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30429 from vespa-engine/geirst/owners-adjustmentGeir Storli2024-02-281-0/+1
|\ | | | | Move some of bratseths ownership to others.
| * Move some of bratseths ownership to others.Geir Storli2024-02-281-0/+1
| |
* | Merge pull request #30416 from vespa-engine/hmusum/remove-example-searcherGjøran Voldengen2024-02-281-24/+0
|\ \ | |/ |/| GC unused class
| * GC unused classHarald Musum2024-02-271-24/+0
| |
* | Merge pull request #30407 from vespa-engine/bratseth/resolve-aliasesArne H Juul2024-02-272-3/+17
|\ \ | |/ |/| Resolve alias references
| * Resolve alias referencesJon Bratseth2024-02-262-3/+17
| |
* | Revert "Revert "Use class names instead of strings""Harald Musum2024-02-262-0/+11
|/
* Revert "Use class names instead of strings"Harald Musum2024-02-262-11/+0
|
* Merge pull request #30357 from ↵Gjøran Voldengen2024-02-262-0/+11
|\ | | | | | | | | vespa-engine/hmusum/dont-use-string-for-class-names Use class names instead of strings
| * Fix typoHarald Musum2024-02-221-1/+1
| |
| * Export packageHarald Musum2024-02-221-0/+6
| |
| * Export packageHarald Musum2024-02-221-0/+5
| |
* | Merge pull request #30385 from vespa-engine/bratseth/use-input-typeJon Bratseth2024-02-261-46/+132
|\ \ | | | | | | Bratseth/use input type
| * | Use InputTypeJon Bratseth2024-02-231-1/+1
| | |
| * | Revert "Merge pull request #30384 from ↵Jon Bratseth2024-02-231-46/+132
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-30361-bratseth/resolve-from-query-profile" This reverts commit 9956c1867a8d36a67e15a416d1b75bec8aa53ba3, reversing changes made to 86f5d187f64868fecc69af4fa2c2677f04044a5e.
* | | Verify we can replaceJon Bratseth2024-02-234-6/+14
|/ /
* | Revert "Add embed + NN test"Harald Musum2024-02-231-132/+46
| |
* | Merge pull request #30361 from vespa-engine/bratseth/resolve-from-query-profileJon Bratseth2024-02-231-46/+132
|\ \ | | | | | | Add embed + NN test
| * | Add embed + NN testJon Bratseth2024-02-211-46/+132
| |/
* | drop debug printArne Juul2024-02-221-7/+0
| |
* | allow inputs { query(foo) string }Arne Juul2024-02-227-33/+77
| |
* | Merge pull request #30360 from vespa-engine/bratseth/classify-exceptionJon Bratseth2024-02-211-1/+1
|\ \ | |/ |/| Should lead to 'application package', not 'internal' eror
| * Should lead to 'application package', not 'internal' erorJon Bratseth2024-02-211-1/+1
| |
* | Update ABI specJon Bratseth2024-02-161-2/+2
| |
* | Test with parameter substitutionJon Bratseth2024-02-151-4/+3
| |
* | Test with parameter substitutionJon Bratseth2024-02-151-1/+2
| |
* | Pass context when resolving propertiesJon Bratseth2024-02-152-13/+21
| |
* | Resolve embed refs from query profileJon Bratseth2024-02-158-22/+69
|/
* Use Schemainfo instead of Indexfacts.Henning Baldersheim2024-02-1411-110/+82
|
* - Add a resolver for virtual sources.Henning Baldersheim2024-02-146-23/+115
| | | | - Move sourceref tests out of separate test package.
* Minor refactoring while reading federation codeHenning Baldersheim2024-02-146-23/+7
|
* Update abiHenning Baldersheim2024-02-131-0/+1
|
* - Use SchemaInfo instead of Indexfacts.Henning Baldersheim2024-02-135-63/+75
|
* Make members final and use Map/List.of() to simplify logic sprinkled around.Henning Baldersheim2024-02-138-74/+39
|
* Only mark the summaryclass that you actually decode as filled.Henning Baldersheim2024-02-091-1/+0
|
* - Ensure that the sddocname field of the hit is set.Henning Baldersheim2024-02-092-0/+3
| | | | - Also test that query is as expected from the HitConverter.
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-0912-111/+91
| | | | | Enforce that by requiring it in the constructor. - Carry the DocumentDatabase along, not only the DocusumDefinitionSet.
* giving an empty sorting spec should turn off sortingArne Juul2024-02-052-2/+11
|
* do minimal best-effort fixup of sorting spec for streamingArne Juul2024-01-311-1/+1
|
* Minor cleanupJon Bratseth2024-01-283-23/+19
|
* propagate phrase weight to all contained itemsArne Juul2024-01-242-0/+16
|
* Remove printlnJon Bratseth2024-01-221-1/+0
|
* Allow simple queries with negative terms onlyJon Bratseth2024-01-215-25/+44
|
* Revert "Merge pull request #29905 from ↵Jon Bratseth2024-01-205-22/+68
| | | | | | | vespa-engine/revert-29884-bratseth/param-refs-in-embed" This reverts commit c6b547c0c2898a324983356aa677ea3082533f7d, reversing changes made to 8c7f8c17ad5e1de5adcc71ee34f2a3c1cd36d6bd.
* allow data buffer growth inside Normalizer instancesArne Juul2024-01-151-3/+18
|
* Calculate raw score for streaming search wand.Tor Egge2024-01-121-1/+1
|
* Merge pull request #29780 from vespa-engine/bratseth/programmatic-testArne H Juul2024-01-102-24/+26
|\ | | | | Bratseth/programmatic test
| * No functional changesJon Bratseth2024-01-031-24/+12
| |
| * Add test of programmatic parsingJon Bratseth2024-01-031-0/+14
| |
* | Cleanup query setup in teststomglk2024-01-091-46/+8
| | | | | | | | | | | | | | Remove collapsefield / -size params from the query that is used to store the result, as they are not needed for the queryKey in DocumentSourceSearcher Remove Caveat comments. Don't set collapse in query properties, because it is also not necessary for the queryKey.