Java – Lucene performance

Can you suggest steps to follow for Lucene performance Especially big data (about 1TB PDF files should be indexed)

Solution

>Read scaling Lucene and Solr. > Define your requirements from Lucene (e.g. you are indexing PDF – do you need to store full text just to make it searchable, or does it not exist?) > Conduct a small-scale experiment – index some documents to see if the retrieval is good enough. > Try to index the whole thing (considering the fast index of paper and the hint of index retrieval speed) – is the retrieval good enough? Is the performance good enough? > Iteration

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>