please add setter for below property, since its breaking my implementation that i used to achieve using Lucene 2.9 APIs:
private final ReuseStrategy reuseStrategy; basically my reuse strategy is depending on external configuration, and i need to reset the strategy in the analyzer whenever configuration is changed. PS: I'm working on a project to migrate the code that is using lucene 2.9 to new implementation using lucene 4.9. Thanks, Sekhar
