Hi,
Currently i am calling the optimize method of the indexwriter after the completions of the write. Since my data set is huge, it took long time ( and needs more space (2*actual size)) to optimize the index. I am very much concerned about this because lot of documents included frequently in the index.
So
- is it ok to turn off optimize?
- What are the performance implications, like how much slower the querying when its not optmized?
Cheers Ramesh Vel