aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Pattern variableHenning Baldersheim2024-03-172-6/+4
|
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-172-4/+6
|
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-162-6/+4
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-152-4/+6
|
* Single searchcluster take 4Henning Baldersheim2024-03-152-6/+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-136-121/+82
|
* No limitation for search clusters any more.Henning Baldersheim2024-03-131-7/+5
|
* Test that multiple backends can be used.Henning Baldersheim2024-03-111-1/+0
|
* Rename FastBackend => Indexedbackend, and move some tests into the package ↵Henning Baldersheim2024-03-112-17/+17
| | | | they test.
* Correct namingHenning Baldersheim2024-03-111-1/+1
|
* Searcher => BackendHenning Baldersheim2024-03-1114-65/+64
|
* Allow for backend per schema.Henning Baldersheim2024-03-112-50/+69
|
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-0810-75/+58
| | | | | | - 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-081-3/+5
|
* 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-072-7/+5
|
* Merge pull request #30499 from ↵Henning Baldersheim2024-03-074-7/+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-063-3/+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-061-0/+12
|/
* Roll back temporary to providing same config via multiple paths.Henning Baldersheim2024-03-051-1/+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-271-1/+1
|\ \ | |/ |/| Resolve alias references
| * Resolve alias referencesJon Bratseth2024-02-261-1/+1
| |
* | 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
| |
* | Verify we can replaceJon Bratseth2024-02-232-4/+5
| |
* | drop debug printArne Juul2024-02-221-7/+0
| |
* | allow inputs { query(foo) string }Arne Juul2024-02-224-16/+39
| |
* | 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
| |
* | Pass context when resolving propertiesJon Bratseth2024-02-152-13/+21
| |
* | Resolve embed refs from query profileJon Bratseth2024-02-157-21/+33
|/
* Use Schemainfo instead of Indexfacts.Henning Baldersheim2024-02-144-53/+38
|
* - Add a resolver for virtual sources.Henning Baldersheim2024-02-143-10/+77
| | | | - Move sourceref tests out of separate test package.
* Minor refactoring while reading federation codeHenning Baldersheim2024-02-146-23/+7
|
* - Use SchemaInfo instead of Indexfacts.Henning Baldersheim2024-02-134-20/+28
|
* 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-091-0/+1
| | | | - 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-099-53/+42
| | | | | 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
|