Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection ------------------------------------------------------------------------------
Key: LUCENE-1807 URL: https://issues.apache.org/jira/browse/LUCENE-1807 Project: Lucene - Java Issue Type: Improvement Components: Analysis Affects Versions: 2.9 Reporter: Paul Cowan Priority: Trivial It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations. Relatively trivial change, patch to be attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org