Hi,
This field is declared to be „final“, so a setter will not be added. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de <http://www.thetaphi.de/> eMail: [email protected] From: DVHV Sekhar [mailto:[email protected]] Sent: Monday, August 25, 2014 1:07 PM To: [email protected] Subject: org.apache.lucene.analysis.Analyzer 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
