aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Add beta annotation and update copyright headersLester Solbakken2024-03-276-1/+9
|
* Rename apikey config to better reflect it is a name in secret storeLester Solbakken2024-03-274-10/+9
|
* Add RAG searcherLester Solbakken2024-03-2614-0/+1119
|
* Add synthetic targets so that you can always use cluster.schema as source ↵Henning Baldersheim2024-03-225-46/+84
| | | | | | | for both streaming and indexed. - Make a SearchChainInvocationSpec proxy for all possible searchcluster.schema combinations. - It will modify the query with the actual source to use, and restrict to the given schema.
* Handle the federation config in the federation searcher.Henning Baldersheim2024-03-222-6/+8
|
* Revert "fold AND and SAND items into top-level WEAKAND"Arne H Juul2024-03-225-74/+25
|
* Merge pull request #30707 from vespa-engine/arnej/fold-segments-into-weakandJon Bratseth2024-03-225-25/+74
|\ | | | | fold AND and SAND items into top-level WEAKAND
| * fold AND and SAND items into top-level WEAKANDArne Juul2024-03-215-25/+74
| |
* | - GC unused code.Henning Baldersheim2024-03-216-55/+20
| | | | | | | | - GC unused id parameter.
* | Merge pull request #30526 from vespa-engine/lesters/server-sent-eventsJon Bratseth2024-03-218-10/+657
|\ \ | |/ |/| Add server-sent events (SSE) renderer
| * Update ABI specLester Solbakken2024-03-151-8/+22
| |
| * Change EventStream to a DataList and be able that with JsonRendererLester Solbakken2024-03-156-49/+161
| |
| * Add server-sent events (SSE) rendererLester Solbakken2024-03-085-0/+521
| |
* | - Document types with mode store-only are not searchable.Henning Baldersheim2024-03-201-1/+1
| |
* | Catch exceptionsHenning Baldersheim2024-03-191-1/+7
| |
* | Move error handling to common component used by both streaming and indexedHenning Baldersheim2024-03-194-13/+21
| |
* | GC confusing and void ClusterConfig.clusterIdHenning Baldersheim2024-03-182-10/+4
| |
* | 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