This chapter focuses on how to tune Lucene for optimal performance. You can use Lucene in multiple ways, but core performance ideally focuses on two aspects: indexing and querying (as discussed throughout this chapter).
This short chapter provides pointers for problem solving and is therefore light on theoretical concepts. The contents of this chapter build on what you’ve learned in earlier chapters. Here we just discuss best practices. The chapter does not really introduce anything new. (And because you have carefully read through the book to this point, you already understand ...