Proposal for firestorm garbage collector (FGC) fixes...
Example data...
A simple example is a user ("user7") document changing his location field from "CA" to "VA". The KVStore will then have TermFreqRow records that would look like...
't'/1/CA/user7/10
't'/1/WA/user7/11
Above, 1 is a fieldId for the location field. "user7" is the docId. 10 and 11 are docNumbers.