Hi,
The goal is to reduce an index size.
I have several String fields, on which, I am setting an nGram analyzer from 1 character to 45 characters. The overall index size is reached to 65GB. Then, I removed the nGram analyzer from 4 fields and repopulated the index (those 4 fields, are now using the Standard analyzer), the index reached to 70GB (even bigger).
I tried again with index: not_analyzed for those 4 fields, and the index now reached 75.4GB.
I am deleting and creating the index each time from the beginning.
Does anyone have a clue why?
Is there a way to know the size of the fields ?
Thanks,
Ori