You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/09/09 19:31:57 UTC

[jira] Updated: (SOLR-1320) CapitalizationFilterFactory's minWordLength not working properly

     [ https://issues.apache.org/jira/browse/SOLR-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-1320:
---------------------------

    Fix Version/s: 1.4

issue has patch and affects 1.4 ... setting fix for 1.4

> CapitalizationFilterFactory's minWordLength not working properly
> ----------------------------------------------------------------
>
>                 Key: SOLR-1320
>                 URL: https://issues.apache.org/jira/browse/SOLR-1320
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 1.4
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 1.4
>
>         Attachments: SOLR-1320.patch
>
>
> To see the problem first hand, add to schema.xml:
> {code:xml}
> <fieldType name="cap" class="solr.TextField" positionIncrementGap="100">
>   <analyzer>
>     <tokenizer class="solr.StandardTokenizerFactory"/>
>     <filter class="solr.CapitalizationFilterFactory"
>         minWordLength="2"/> 
>   </analyzer>
>  </fieldType>
> {code}
> Then in analysis.jsp, analyze "a or and".  All terms get capitalized.
> This has to do with the length calculation being wrong in CapitalizationFilter#next.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.