Optimizing Lucene performance

user40907 picture user40907 · Mar 21, 2009 · Viewed 22.4k times · Source

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 query again?