I got following result with "explain":true
value: 0.57545155
description: "weight(Description:univers in 2680) [PerFieldSimilarity], result of:"
value: 0.57545155
description: "score(doc=2680,freq=1.0), product of:"
what does doc=2680 mean? does it mean there are totally 2680 documents mach the query term "univers" in Description field?
But for another index and query I got following result:
"description": "weight(Description:university in 0) [PerFieldSimilarity], result of:",
"description": "score(doc=0,freq=1.0), product of:",
So if the number in doc=xxx mean document count, how to explain the doc=0 in second explanation result?