summaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* | Add test for missing field value for collapsefield.tomglk2024-01-081-0/+98
| |
* | Rename test helper functions.tomglk2024-01-081-100/+100
| |
* | Add support for collapsing on multiple fieldstomglk2023-12-211-0/+125
|/ | | | | | | Changes in FieldCollapsingSearcher: - Allow passing a comma-separated list of fields in collapsefield - Use collapsesize to override the default for all fields - Use collapsesize.fieldname to override the size for a specific field
* 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-244-4/+4
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-234-15/+12
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Don't mention useridJon Bratseth2023-11-211-1/+1
|
* Classify errors correctlyJon Bratseth2023-11-211-5/+3
|
* Adjust comment describing calculation of buffer length.Tor Egge2023-11-171-1/+1
|
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-173-5/+154
|
* Update expeced version with icuj 74Henning Baldersheim2023-10-311-2/+2
|
* unit test with feature nameArne Juul2023-10-302-3/+13
|
* support renamed match-features betterArne Juul2023-10-303-8/+89
|
* Fix expected unit test responsesjonmv2023-10-271-4/+5
|
* extend unit test with various normalizersArne Juul2023-10-202-0/+128
|
* add defaults extraction and unit testArne Juul2023-10-183-0/+140
|
* 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
|/
* test global phase reranking with dummy evaluationHåvard Pettersen2023-10-171-0/+238
|
* Merge pull request #28900 from vespa-engine/havardpe/add-range-adjuster-testArne H Juul2023-10-131-0/+78
|\ | | | | add RangeAdjuster test
| * add RangeAdjuster testHåvard Pettersen2023-10-121-0/+78
| |
* | add unit test for ranking.globalPhase.rerankCountArne Juul2023-10-121-0/+9
|/
* Merge pull request #28862 from vespa-engine/balder/avoid-adding-errors-to-selfHenning Baldersheim2023-10-111-4/+25
|\ | | | | Balder/avoid adding errors to self
| * Add test provoking ConcurrentModification exception in DefaultErrorHit with ↵Henning Baldersheim2023-10-101-4/+25
| | | | | | | | more than errors in the set.
* | Update copyright.Geir Storli2023-10-101-1/+1
|/
* Merge pull request #28757 from vespa-engine/arnej/add-normalizersArne H Juul2023-10-101-0/+105
|\ | | | | add Normalizer classes
| * simplify NormalizerArne Juul2023-10-101-15/+5
| |
| * unit test and handle infinity and NaNArne Juul2023-10-051-0/+51
| |
| * add unit testArne Juul2023-10-031-0/+64
| |