lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Add factory methods for IndexWriterConfig.

Open jpountz opened this issue 5 months ago • 1 comments

This adds factory methods for IndexWriterConfig that are optimized for a few different use-cases. Configuring an IndexWriterConfig is quite an expert task, the goal is to give sensible defaults for some common use-cases. Furthermore, javadocs explain how these configs differ from defaults, which would help users know what to tune if they want to further tune their configs.

jpountz avatar Sep 11 '24 14:09 jpountz