I have a situation in which the speed of the TermsComponent varies pretty radically and wanted to air a theory just to see if it is possible of whether I'm going off the deep end:
The symptom is, that _without_ committing, the response time from the TermsComponent varies very widely. Searching for the "abc" prefix will take a while the first time. Then it's fast. Then, without any commits, it gets slow again if you wait for a while. This is a _very_ high I/O environment for the Solr in question. So my theory is that the pages containing the terms get swapped out if the terms component isn't hit very frequently and what we're seeing is a result. Off the top of people's heads: 1> does this sound remotely plausible? 2> if <1> is "yes", any suggestions on how to verify? 3> if <1> is "no", any clue where to look next? Thanks! Erick
