You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2013/03/20 19:33:17 UTC

[jira] [Created] (SOLR-4619) Improve PreAnalyzedField query analysis

Andrzej Bialecki  created SOLR-4619:
---------------------------------------

             Summary: Improve PreAnalyzedField query analysis
                 Key: SOLR-4619
                 URL: https://issues.apache.org/jira/browse/SOLR-4619
             Project: Solr
          Issue Type: Bug
          Components: Schema and Analysis
    Affects Versions: 4.2, 4.1, 4.0, 5.0, 4.2.1
            Reporter: Andrzej Bialecki 
            Assignee: Andrzej Bialecki 
             Fix For: 5.0, 4.2.1


PreAnalyzed field extends plain FieldType and mistakenly uses the DefaultAnalyzer as query analyzer, and doesn't allow for customization via <analyzer> schema elements.

Instead it should extend TextField and support all query analysis supported by that type.

--
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