Optimizing Lucene performance

前端 未结 6 807
耶瑟儿~
耶瑟儿~ 2020-12-07 21:21

What are the various ways of optimizing Lucene performance?

Shall I use caching API to store my lucene search query so that I save on the overhead of building the qu

6条回答
  •  -上瘾入骨i
    2020-12-07 21:56

    Lots of dead links in here.

    These (somewhat official) resources are where I would start:

    http://wiki.apache.org/lucene-java/ImproveIndexingSpeed

    http://wiki.apache.org/lucene-java/ImproveSearchingSpeed

提交回复
热议问题