summaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Add synthetic targets so that you can always use cluster.schema as source ↵Henning Baldersheim2024-03-221-11/+4
| | | | | | | 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.
* Revert "fold AND and SAND items into top-level WEAKAND"Arne H Juul2024-03-224-53/+24
|
* Merge pull request #30707 from vespa-engine/arnej/fold-segments-into-weakandJon Bratseth2024-03-224-24/+53
|\ | | | | fold AND and SAND items into top-level WEAKAND
| * fold AND and SAND items into top-level WEAKANDArne Juul2024-03-214-24/+53
| |
* | - GC unused code.Henning Baldersheim2024-03-214-35/+8
| | | | | | | | - GC unused id parameter.
* | Merge pull request #30526 from vespa-engine/lesters/server-sent-eventsJon Bratseth2024-03-212-0/+333
|\ \ | |/ |/| Add server-sent events (SSE) renderer
| * Change EventStream to a DataList and be able that with JsonRendererLester Solbakken2024-03-152-14/+68
| |
| * Add server-sent events (SSE) rendererLester Solbakken2024-03-081-0/+279
| |
* | Move error handling to common component used by both streaming and indexedHenning Baldersheim2024-03-191-3/+5
| |
* | Add necessary config to ClusterConfig to avoid hidden relation via clusterId ↵Henning Baldersheim2024-03-163-23/+9
| | | | | | | | to QrSearchersConfig
* | GC unused codeHenning Baldersheim2024-03-153-10/+4
| |
* | Do all construction in constructor and make members final.Henning Baldersheim2024-03-135-41/+29
| |
* | Test that multiple backends can be used.Henning Baldersheim2024-03-111-1/+29
| |
* | Rename FastBackend => Indexedbackend, and move some tests into the package ↵Henning Baldersheim2024-03-113-33/+10
| | | | | | | | they test.
* | Correct namingHenning Baldersheim2024-03-111-174/+0
| |
* | Searcher => BackendHenning Baldersheim2024-03-118-62/+61
| |
* | Allow for backend per schema.Henning Baldersheim2024-03-111-23/+18
| |
* | - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-089-88/+63
| | | | | | | | | | | | - 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-16/+6
|/
* Get the schema from the queryHenning Baldersheim2024-03-071-0/+1
|
* Merge pull request #30499 from ↵Henning Baldersheim2024-03-072-5/+0
|\ | | | | | | | | vespa-engine/balder/provide-configid-per-document-type - Set the complete list of the config where it contains the complete …
| * - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-062-5/+0
| | | | | | | | | | | | | | - 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-2/+8
|/
* Resolve alias referencesJon Bratseth2024-02-261-2/+16
|
* 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-232-2/+9
|/
* 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
| |
* | allow inputs { query(foo) string }Arne Juul2024-02-222-15/+17
|/
* Test with parameter substitutionJon Bratseth2024-02-151-4/+3
|
* Test with parameter substitutionJon Bratseth2024-02-151-1/+2
|
* Resolve embed refs from query profileJon Bratseth2024-02-151-1/+36
|
* Use Schemainfo instead of Indexfacts.Henning Baldersheim2024-02-147-57/+44
|
* - Add a resolver for virtual sources.Henning Baldersheim2024-02-143-13/+38
| | | | - Move sourceref tests out of separate test package.
* - Use SchemaInfo instead of Indexfacts.Henning Baldersheim2024-02-131-43/+47
|
* - Ensure that the sddocname field of the hit is set.Henning Baldersheim2024-02-091-0/+2
| | | | - 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-093-58/+49
| | | | | Enforce that by requiring it in the constructor. - Carry the DocumentDatabase along, not only the DocusumDefinitionSet.
* Allow simple queries with negative terms onlyJon Bratseth2024-01-211-10/+26
|
* Revert "Merge pull request #29905 from ↵Jon Bratseth2024-01-201-3/+24
| | | | | | | vespa-engine/revert-29884-bratseth/param-refs-in-embed" This reverts commit c6b547c0c2898a324983356aa677ea3082533f7d, reversing changes made to 8c7f8c17ad5e1de5adcc71ee34f2a3c1cd36d6bd.
* Revert "Support parameter references in embed"Henning Baldersheim2024-01-151-24/+3
|
* Support parameter references in embedJon Bratseth2024-01-121-3/+24
| | | | Support embed(@myParameter) in addition to embed('text to embed')
* Merge pull request #29780 from vespa-engine/bratseth/programmatic-testArne H Juul2024-01-101-0/+14
|\ | | | | Bratseth/programmatic test
| * 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.
* | Search multiple times in 2 phase testtomglk2024-01-091-4/+9
| |
* | Minor cleanuptomglk2024-01-081-1/+2
| |
* | Keep hits from previous searchestomglk2024-01-081-0/+64
| | | | | | | | | | | | | | Add hits to result instead of overwriting the result. Nest loop over collapsefields inside loop over hits to consider all fieldvalues before adding a new hit. And test for multi-field collapsing with multiple searches necessary.