Hi guys,
could you please suggest on the steps to be followed for lucene performance. especially with large data (around 1TB of pdf files to be indexed)
Hi guys,
could you please suggest on the steps to be followed for lucene performance. especially with large data (around 1TB of pdf files to be indexed)
Please check the tips on the question Optimizing Lucene Performance. Since you are working with large amount of data, you also need to watch the index creation performance. Some tips on improving indexing performance and search performance are available on Lucene Wiki.