[jira] Created: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Move PatternAnalyzer out of contrib/memory to contrib/analyzers
---------------------------------------------------------------

                 Key: LUCENE-2031
                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
             Project: Lucene - Java
          Issue Type: Task
          Components: contrib/*
            Reporter: Robert Muir


in the memory index contrib there is a PatternAnalyzer.
i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...


[jira] Commented: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/LUCENE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773614#action_12773614 ]

Simon Willnauer commented on LUCENE-2031:
-----------------------------------------

+1 go on and move it

> Move PatternAnalyzer out of contrib/memory to contrib/analyzers
> ---------------------------------------------------------------
>
>                 Key: LUCENE-2031
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/*
>            Reporter: Robert Muir
>            Priority: Minor
>
> in the memory index contrib there is a PatternAnalyzer.
> i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...


[jira] Updated: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Simon Willnauer updated LUCENE-2031:
------------------------------------

    Priority: Minor  (was: Major)

> Move PatternAnalyzer out of contrib/memory to contrib/analyzers
> ---------------------------------------------------------------
>
>                 Key: LUCENE-2031
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/*
>            Reporter: Robert Muir
>            Priority: Minor
>
> in the memory index contrib there is a PatternAnalyzer.
> i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...


[jira] Updated: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Robert Muir updated LUCENE-2031:
--------------------------------

    Attachment: LUCENE-2031.patch

Hi, although unrelated really, the MemoryIndex had some code where it would check for this PatternAnalyzer and do some special FastStringReader things.

I believe we should ultimately remove this FastStringReader completely, but for now, just use a normal StringReader in MemoryIndex.

> Move PatternAnalyzer out of contrib/memory to contrib/analyzers
> ---------------------------------------------------------------
>
>                 Key: LUCENE-2031
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/*
>            Reporter: Robert Muir
>            Priority: Minor
>         Attachments: LUCENE-2031.patch
>
>
> in the memory index contrib there is a PatternAnalyzer.
> i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...


[jira] Resolved: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Robert Muir resolved LUCENE-2031.
---------------------------------

    Resolution: Fixed

Committed revision 832889.

> Move PatternAnalyzer out of contrib/memory to contrib/analyzers
> ---------------------------------------------------------------
>
>                 Key: LUCENE-2031
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/*
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-2031.patch
>
>
> in the memory index contrib there is a PatternAnalyzer.
> i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...


[jira] Updated: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Robert Muir updated LUCENE-2031:
--------------------------------

    Lucene Fields: [New, Patch Available]  (was: [New])
    Fix Version/s: 3.0
         Assignee: Robert Muir

> Move PatternAnalyzer out of contrib/memory to contrib/analyzers
> ---------------------------------------------------------------
>
>                 Key: LUCENE-2031
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2031
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/*
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: LUCENE-2031.patch
>
>
> in the memory index contrib there is a PatternAnalyzer.
> i think this analyzer belongs in contrib/analyzers instead, it has no relation to memory index.

--
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@...
For additional commands, e-mail: java-dev-help@...