summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
| |
* | Update copyrightJon Bratseth2023-10-09490-487/+492
| |
* | Check query timeout in SearchHandlerjonmv2023-10-021-1/+13
|/
* Merge pull request #28623 from ↵Arne H Juul2023-09-251-4/+4
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-221-4/+4
| |
* | Add testJon Bratseth2023-09-221-0/+35
|/
* Drop optimization that should make terms present in query and rankitem cheap ↵Henning Baldersheim2023-09-121-21/+0
| | | | | | in matching part of tree. This optimization is outdated as this is not a normal usecase anymore, and queries have become larger and more expensive.
* Synonym expansionsJon Bratseth2023-09-083-3/+22
|
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-051-1/+16
|
* Verify old monitors are purgedjonmv2023-09-051-0/+1
|
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-052-7/+33
|
* Ensure node search path index follows config orderjonmv2023-09-011-2/+8
|
* Show search cluster name in Node.toStringjonmv2023-09-018-47/+40
|
* Shut down loggers on deconstruct, and do this in unit test instead of sleepjonmv2023-08-311-11/+1
|
* Prevent null element in List.of()Henning Baldersheim2023-08-301-1/+1
|
* - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-292-79/+71
| | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* - Bring some libraries up to date.Henning Baldersheim2023-08-292-5/+4
| | | | | - Specify versions in dependency-versions module. - Avoid using opentest4j internally.
* let values under "input" through as unparsed stringsArne Juul2023-08-231-0/+15
|
* 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.
* avoid going Double->String->ParsedDegreesArne Juul2023-07-311-0/+2
|
* Support comparison productionsJon Bratseth2023-07-162-0/+19
|
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-132-3/+197
|
* Test nodes are retained when updating search cluster groupsjonmv2023-07-131-0/+40
|
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-131-2/+2
|
* Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-051-1/+0
|
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+13
|
* Add workaround for handling of unary minus operator in combination with ↵Bjørn Christian Seime2023-06-271-1/+8
| | | | `Long.MIN_VALUE`
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
| | | | - Add 'metrics' as provided dep for clustercontroller-core