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 "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2009/09/10 15:52:57 UTC

[jira] Resolved: (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 ]

Grant Ingersoll resolved SOLR-1320.
-----------------------------------

    Resolution: Duplicate

Fixed in SOLR-1342.

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