summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add necessary config to ClusterConfig to avoid hidden relation via clusterId ↵Henning Baldersheim2024-03-161-13/+6
| | | | | | | | to QrSearchersConfig
* | Do all construction in constructor and make members final.Henning Baldersheim2024-03-131-1/+2
| |
* | Searcher => BackendHenning Baldersheim2024-03-113-11/+10
| |
* | - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-084-25/+23
|/ | | | | | - It is not necessary and provides no value. - It also hides some important aspects, like the schema. - And it simplifies testing.
* Merge pull request #30499 from ↵Henning Baldersheim2024-03-071-4/+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-061-4/+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-231-2/+0
|/
* 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-146-46/+35
|
* - Add a resolver for virtual sources.Henning Baldersheim2024-02-143-13/+38
| | | | - Move sourceref tests out of separate test package.
* - 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.
* 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')
* Add test of programmatic parsingJon Bratseth2024-01-031-0/+14
|
* Update expected collation versionHenning Baldersheim2023-12-141-1/+1
|
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+7
|
* Lowercase in tokens when needed.Tor Egge2023-12-011-0/+23
|
* Merge pull request #29496 from ↵Geir Storli2023-11-302-5/+13
|\ | | | | | | | | vespa-engine/toregge/limit-yql-in-operator-to-integer-and-string-fields Limit yql in operator to string and integer fields.
| * Update exception message when in operator is used with wrong field type.Tor Egge2023-11-301-1/+2
| |
| * Limit yql in operator to string and integer fields.Tor Egge2023-11-292-5/+12
| |
* | Support node-local ratesJon Bratseth2023-11-291-15/+30
|/
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-243-3/+3
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-233-14/+10
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-172-1/+99
|
* Update expeced version with icuj 74Henning Baldersheim2023-10-311-2/+2
|
* unit test with feature nameArne Juul2023-10-301-1/+7
|
* support renamed match-features betterArne Juul2023-10-302-8/+30
|
* Fix expected unit test responsesjonmv2023-10-271-4/+5
|
* extend unit test with various normalizersArne Juul2023-10-201-0/+61
|
* add defaults extraction and unit testArne Juul2023-10-181-0/+62
|
* support default values for query featureshavardpe/extract-default-query-feature-valuesHåvard Pettersen2023-10-181-20/+30
|
* Merge pull request #29004 from ↵Arne H Juul2023-10-181-0/+49
|\ | | | | | | | | vespa-engine/arnej/add-get-as-tensor-with-defaults add getAsTensor() API in RankProperties
| * add getAsTensor() API in RankPropertiesArne Juul2023-10-181-0/+49
| |
* | No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-181-0/+20
|/