aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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 vespa-engine/arnej/add-get-as-tensor-with-defa...Arne H Juul2023-10-181-0/+49
|\
| * 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 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
|\
| * Add test provoking ConcurrentModification exception in DefaultErrorHit with m...Henning Baldersheim2023-10-101-4/+25
* | Update copyright.Geir Storli2023-10-101-1/+1
|/
* Merge pull request #28757 from vespa-engine/arnej/add-normalizersArne H Juul2023-10-101-0/+105
|\
| * 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 vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-251-4/+4
|\
| * 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
* 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
* - Bring some libraries up to date.Henning Baldersheim2023-08-292-5/+4
* 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
* 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 `Long...Bjørn Christian Seime2023-06-271-1/+8
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
* 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
* Correct typoJon Bratseth2023-06-211-1/+1
* Non-functional changes onlyJon Bratseth2023-06-203-62/+67
* Enable prefix search validationJon Bratseth2023-06-161-2/+0
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-1311-73/+160
|\