You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2013/08/13 11:50:51 UTC

[jira] [Created] (LUCENE-5170) Add getter for reuse strategy to Analyzer

Uwe Schindler created LUCENE-5170:
-------------------------------------

             Summary: Add getter for reuse strategy to Analyzer
                 Key: LUCENE-5170
                 URL: https://issues.apache.org/jira/browse/LUCENE-5170
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Uwe Schindler


If you write an Analyzer that wraps another one (but without using AnalyzerWrapper) you may need use the same reuse strategy in your wrapper. This is not possible as there is no way to get the reuse startegy (private field and no getter).

An example is ES's NamedAnalyzer, see my comment: [https://github.com/elasticsearch/elasticsearch/commit/b9a2fbd8741aa1b9beffb7d2922fc9b4525397e4#src/main/java/org/elasticsearch/index/analysis/NamedAnalyzer.java]

This would add a getter, just a 3-liner.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org