Closed jobergum closed 1 year ago
Running a system test with streaming does not reproduce this issue. Coverage is reported as expected.
"coverage"=>{"coverage"=>100, "documents"=>777, "full"=>true, "nodes"=>1, "results"=>1, "resultsFull"=>1}
Reproduced when there is only a single document in the index.
{"root"=>{"id"=>"toplevel", "relevance"=>1.0, "fields"=>{"totalCount"=>1}, "coverage"=>{"coverage"=>0, "documents"=>1, "degraded"=>{"match-phase"=>false, "timeout"=>false, "adaptive-timeout"=>false, "non-ideal-state"=>true}, "full"=>true, "nodes"=>0, "results"=>0, "resultsFull"=>0}, "children"=>[{"id"=>"id:test:test:n=1234:01", "relevance"=>0.0008714596949891067, "source"=>"search.test", "fields"=>{"sddocname"=>"test", "b"=>"23.5", "d"=>"23.92", "documentid"=>"id:test:test:n=1234:01", "num"=>5.7, "str"=>"Here you can read the number 5.8 in a text field.", "arr"=>["five", "5.9", "dot nine"]}}]}}
Describe the bug When using Vespa with mode streaming, I always get a coverage degraded in the response, with
"non-ideal-state": true
. It also seems like metadata like nodes, results, and resultsFull is incomplete (0).