lucene
lucene copied to clipboard
Add factory methods for IndexWriterConfig.
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.