You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2009/10/01 16:59:23 UTC

[jira] Created: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Remove deprecated charset support from Greek and Russian analyzers
------------------------------------------------------------------

                 Key: LUCENE-1936
                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
             Project: Lucene - Java
          Issue Type: Task
            Reporter: Robert Muir
            Priority: Minor
             Fix For: 3.0
         Attachments: LUCENE-1936.patch

This removes the deprecated support for custom charsets.

One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
So I marked it deprecated to be removed in 3.1


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


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


[jira] Commented: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761245#action_12761245 ] 

Uwe Schindler commented on LUCENE-1936:
---------------------------------------

Just commit it! The StringBuilder stuff is simple, I also changed some of them already. TortoiseMerge is fine with merging such simple change.

> Remove deprecated charset support from Greek and Russian analyzers
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1936
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-1936.patch
>
>
> This removes the deprecated support for custom charsets.
> One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
> So I marked it deprecated to be removed in 3.1

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


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


[jira] Resolved: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-1936.
---------------------------------

    Resolution: Fixed

Committed revision 820756.

> Remove deprecated charset support from Greek and Russian analyzers
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1936
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-1936.patch
>
>
> This removes the deprecated support for custom charsets.
> One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
> So I marked it deprecated to be removed in 3.1

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


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


[jira] Updated: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-1936:
--------------------------------

    Component/s: contrib/analyzers
       Assignee: Robert Muir

> Remove deprecated charset support from Greek and Russian analyzers
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1936
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-1936.patch
>
>
> This removes the deprecated support for custom charsets.
> One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
> So I marked it deprecated to be removed in 3.1

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


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


[jira] Commented: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761239#action_12761239 ] 

Robert Muir commented on LUCENE-1936:
-------------------------------------

I'd like to commit this in a few days if there are no objections.
I don't want to conflict with StringBuffer -> StringBuilder work in LUCENE-1257.

I think its pretty straightforward, and all the backwards compat is preserved in any new code.


> Remove deprecated charset support from Greek and Russian analyzers
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1936
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-1936.patch
>
>
> This removes the deprecated support for custom charsets.
> One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
> So I marked it deprecated to be removed in 3.1

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


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


[jira] Updated: (LUCENE-1936) Remove deprecated charset support from Greek and Russian analyzers

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-1936:
--------------------------------

    Attachment: LUCENE-1936.patch

> Remove deprecated charset support from Greek and Russian analyzers
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1936
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1936
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-1936.patch
>
>
> This removes the deprecated support for custom charsets.
> One thing I found is that once these charsets are removed, RussianLowerCaseFilter is the same as LowerCaseFilter.
> So I marked it deprecated to be removed in 3.1

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


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