Lucene performance

前端 未结 2 825
一生所求
一生所求 2021-01-05 13:39

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)

2条回答
  •  感情败类
    2021-01-05 14:19

    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.

提交回复
热议问题