aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query
Commit message (Collapse)AuthorAgeFilesLines
* Update expected uca version for chinese.Henning Baldersheim2024-04-171-1/+1
|
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-124-19/+9
|
* Unify on List.ofHenning Baldersheim2024-04-111-3/+2
|
* Improve embedder error messagesJon Bratseth2024-03-292-5/+11
|
* allow inputs { query(foo) string }Arne Juul2024-02-221-7/+8
|
* 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
|
* 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')
* Update expected collation versionHenning Baldersheim2023-12-141-1/+1
|
* Update expeced version with icuj 74Henning Baldersheim2023-10-311-2/+2
|
* Fix expected unit test responsesjonmv2023-10-271-4/+5
|
* add getAsTensor() API in RankPropertiesArne Juul2023-10-181-0/+49
|
* Update copyrightJon Bratseth2023-10-09136-136/+136
|
* - Bring some libraries up to date.Henning Baldersheim2023-08-291-2/+2
| | | | | - Specify versions in dependency-versions module. - Avoid using opentest4j internally.
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-1/+5
| | | | | | | | | | | | | | When searching the HNSW index in a post-filtering case, targetHits is auto-adjusted in an effort to still expose targetHits hits to first-phase ranking after post-filtering. The following formula is now used to ensure an upper bound of adjustedTargetHits, avoiding that the search in the HNSW index takes too long. adjustedTargetHits = min(targetHits / estimatedHitRatio, targetHits * targetHitsMaxAdjustmentFactor). The target-hits-max-adjustment-factor can be set in a rank profile and overriden per query. The value is in the range [1.0,inf], with the default being 20.0. When setting this to 1.0, auto-adjustment of targetHits is effectively disabled.
* Move to SchemaInfoJon Bratseth2023-06-121-3/+4
| | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* - Use CompoundName.fromHenning Baldersheim2023-03-291-2/+3
| | | | - Deprecate unused SubProperties
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-297-33/+32
|
* Stay with from.Henning Baldersheim2023-03-291-2/+2
|
* Test both with and without QueryProfileHenning Baldersheim2023-03-281-2/+2
|
* Add benchmark for construction of Query objectHenning Baldersheim2023-03-281-1/+28
|
* Validate rank profiles earlyJon Bratseth2023-01-252-14/+13
|
* Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-101-0/+20
|
* Add testsJon Bratseth2022-09-081-0/+18
|
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
|
* Convert container-search to junit5Bjørn Christian Seime2022-07-2849-2218/+2195
|
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Test keySetHenning Baldersheim2022-07-021-0/+13
|
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-021-0/+53
|
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-152-42/+44
|\ | | | | Bratseth/trace
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-142-42/+44
| |
* | Support zone context variants for native propertiesJon Bratseth2022-06-131-6/+63
|/
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-108-40/+41
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-098-41/+40
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-098-40/+41
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-098-41/+40
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-098-40/+41
|
* Remove on Vespa 8Jon Bratseth2022-06-081-7/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-68/+59
|
* Name matching query properties using camelCase as done elsewhere.Geir Storli2022-05-051-4/+18
| | | | Also provide the lowercase version as alias for backwards compatibility.
* Add 'input' as alias to 'ranking.feature'Jon Bratseth2022-05-041-1/+1
|
* Add support for approximate nearest neighbor threshold settings in Query API.Geir Storli2022-04-291-3/+14
|
* Use an already exported packageJon Bratseth2022-04-271-3/+3
|
* Create schema-info for global schema infoJon Bratseth2022-04-272-0/+0
|
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-251-0/+300
|\ | | | | Bratseth/inputs 2
| * Resolve rank profile inputsJon Bratseth2022-04-211-0/+300
| |
* | Add serialization testJon Bratseth2022-04-082-2/+2
|/