Multiple copies of fts indexes

@abhinav @steve

This discussion may be related to my issue posted here.

For terms FTS indexed across multiple partitions, how does one bring the docFreq and maxDocs in sync with one another so the term scores match?
Search Term: YAMA AUTOMOTIVE
These results both identical SLIMS AUTOMOTIVE but drawn from two different partitions thus yielding different scores.

from partition 1: {
“value”: 7.086092676186764,
“message”: “idf(docFreq=29, maxDocs=13191)”
},

from partition 2: {
“value”: 7.5472383777016825,
“message”: “idf(docFreq=18, maxDocs=13249)”
},

JG