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 2011/06/28 02:47:17 UTC

[jira] [Created] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

remove contrib/misc and contrib/wordnet's dependencies on analyzers module
--------------------------------------------------------------------------

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


These contribs don't actually analyze any text.

After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)



--
This message is automatically generated by JIRA.
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


[jira] [Commented] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Chris Male commented on LUCENE-3250:
------------------------------------

+1

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Robert Muir updated LUCENE-3250:
--------------------------------

    Attachment: LUCENE-3250_suggest.patch

here's another additional patch to remove modules/suggest's analyzers dependency: again it doesn't actually analyze anything, so I think we should remove this dependency for simplicity.

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Resolved] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Robert Muir resolved LUCENE-3250.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
         Assignee: Robert Muir

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Commented] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Chris Male commented on LUCENE-3250:
------------------------------------

I'll sort out the IntelliJ and Maven deps in a moment.

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Commented] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Robert Muir commented on LUCENE-3250:
-------------------------------------

ok, i'll commit this soon, if anyone wants to take care of the intellij/maven deps, please go for it (eclipse is one huge megaproject with all the jars in classpath so it does not "know" about these things)

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Chris Male updated LUCENE-3250:
-------------------------------

    Attachment: LUCENE-3250.patch

Patch which fixes the deps for Maven and IntelliJ.  Also fixes incorrect IntelliJ dependencies on the common module, when it should be analysis-common.

I'll commit.

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-3250.patch, LUCENE-3250.patch, LUCENE-3250_suggest.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (LUCENE-3250) remove contrib/misc and contrib/wordnet's dependencies on analyzers module

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

Robert Muir updated LUCENE-3250:
--------------------------------

    Attachment: LUCENE-3250.patch

> remove contrib/misc and contrib/wordnet's dependencies on analyzers module
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-3250
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3250
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>         Attachments: LUCENE-3250.patch
>
>
> These contribs don't actually analyze any text.
> After this patch, only the contrib/demo relies upon the analyzers module... we can separately try to figure that one out (I don't think any of these lucene contribs needs to reach back into modules/)

--
This message is automatically generated by JIRA.
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