fieldNorm(doc=11654)\n",
> "8000078628_HDR":"\n3.3132396 = (MATCH)
> weight(description:jackshaft in 1141) [DefaultSimilarity], result
> of:\n 3.3132396 = fieldWeight in 1141, product of:\n1.0 =
> tf(freq=1.0), with freq of:\n 1.0 =
0 = termFreq=1.0\n
8.835305 = idf(docFreq=12, maxDocs=32868)\n0.375 = fieldNorm(doc=1141)\n",
"880537_HDR":"\n3.3132396 = (MATCH) weight(description:jackshaft in
7821) [DefaultSimilarity], result of:\n 3.3132396 = fieldWeight in 7821,
product of:\n 1.0 = tf(fr
What it looks like is kinda as Erick suggested - the scores are the same
for some docs, so it probably depends upon which order they come back
from the shards as to which will be shown first.
If the issue is that the score is the same for some docs, try adding a
deliberate sort:
&sort=score desc