aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Add necessary config to ClusterConfig to avoid hidden relation via clusterId ↵Henning Baldersheim2024-03-169-76/+37
| | | | to QrSearchersConfig
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-162-6/+4
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-152-4/+6
|
* Merge pull request #30644 from ↵Henning Baldersheim2024-03-152-6/+4
|\ | | | | | | | | vespa-engine/revert-30643-revert-30642-revert-30640-revert-30620-revert-30616-revert-30615-balder/single-searchcluster Single searchcluster take 3
| * Single searchcluster take 4Henning Baldersheim2024-03-152-6/+4
| |
* | GC unused codeHenning Baldersheim2024-03-153-10/+4
|/
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-152-4/+6
|
* If any schema is streaming, cluster is streaming.Henning Baldersheim2024-03-152-6/+4
|
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-1311-162/+111
|
* No limitation for search clusters any more.Henning Baldersheim2024-03-131-7/+5
|
* Test that multiple backends can be used.Henning Baldersheim2024-03-112-2/+29
|
* Rename FastBackend => Indexedbackend, and move some tests into the package ↵Henning Baldersheim2024-03-115-50/+27
| | | | they test.
* Correct namingHenning Baldersheim2024-03-112-175/+1
|
* Searcher => BackendHenning Baldersheim2024-03-1122-127/+125
|
* Allow for backend per schema.Henning Baldersheim2024-03-114-94/+88
|
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-0819-163/+121
| | | | | | - It is not necessary and provides no value. - It also hides some important aspects, like the schema. - And it simplifies testing.
* Send schema name down to backend as library parameter.Henning Baldersheim2024-03-082-19/+11
|
* Update ↵Harald Musum2024-03-081-1/+1
| | | | container-search/src/main/java/com/yahoo/vespa/streamingvisitors/StreamingSearcher.java
* Get the schema from the queryHenning Baldersheim2024-03-073-7/+6
|
* Merge pull request #30499 from ↵Henning Baldersheim2024-03-076-12/+12
|\ | | | | | | | | vespa-engine/balder/provide-configid-per-document-type - Set the complete list of the config where it contains the complete …
| * Avoid * importsHenning Baldersheim2024-03-071-4/+10
| |
| * - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-065-8/+2
| | | | | | | | | | | | | | - Append where it is intended. This is a workaround for not having a map type in config. Sometimes it works to have multiple producers produce the same config, sometimes not. This tries to make it more deterministic. Currently other tricks have been employed to avoid appending more to the list than intended.
* | give better error message about bad query tensor typeArne Juul2024-03-062-2/+20
|/
* Roll back temporary to providing same config via multiple paths.Henning Baldersheim2024-03-051-1/+1
|
* 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
| |