You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/10 19:24:51 UTC

[jira] [Resolved] (LUCENE-3415) Snowball filter to include original word too

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

Simon Willnauer resolved LUCENE-3415.
-------------------------------------

    Resolution: Won't Fix

moving out here - this should be solved differently 
                
> Snowball filter to include original word too
> --------------------------------------------
>
>                 Key: LUCENE-3415
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3415
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/analysis
>    Affects Versions: 3.3
>         Environment: All
>            Reporter: Manish
>              Labels: features
>             Fix For: 3.5, 4.0
>
>
> 1. Currently, snowball filter deletes the original word and adds the stemmed word to the index. So, if i want to do search with / without stemming, i have to keep 2 fields, one with stemming and one without it. 
> 2. Rather than doing this, if we have configurable item to preserve original, it would solve more business problem. 
> 3. Using single field, i can do search using stemming / without stemming by changing the query filters. 
> The same can also be done for phonetic filters too. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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