On 1/29/2019 5:25 AM, Shawn Heisey wrote:
Adding termVectors will make the index bigger.  Potentially much bigger. This will increase the overall RAM requirement of the server, especially if the server is handling software other than Solr.  Anything that makes the index bigger can affect performance.

I misread the change. Apologies. Both definitions have termVectors. I didn't notice it in the second definition because it was on a different line than in the first one.

After figuring out what you changed, I cannot figure out what it is you're trying to do, and I'm not sure that the settings make sense. You've added/changed these three settings:

storeOffsetsWithPositions="true"
termPositions="false"
termOffsets="false"

It seems to me that the first new setting is directly contrary to the other two new settings. I really have no idea what the outcome of the changes will be.

Thanks,
Shawn

Reply via email to