You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chris Male (JIRA)" <ji...@apache.org> on 2011/08/18 10:21:27 UTC

[jira] [Commented] (LUCENE-3381) Sandbox remaining contrib queries

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

Chris Male commented on LUCENE-3381:
------------------------------------

Command for patch:

{code}
svn move lucene/contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java modules/queries/src/java/org/apache/lucene/queries/FuzzyLikeThisQuery.java
svn move lucene/contrib/queries/src/test/org/apache/lucene/search/FuzzyLikeThisQueryTest.java modules/queries/src/test/org/apache/lucene/queries/FuzzyLikeThisQueryTest.java
svn move --parents lucene/contrib/queries/src/java/org/apache/lucene/search/* lucene/contrib/sandbox/src/java/org/apache/lucene/sandbox/queries/
svn move --parents lucene/contrib/queries/lib/* lucene/contrib/sandbox/lib/
svn move --parents lucene/contrib/queries/src/test/org/apache/lucene/search/*  lucene/contrib/sandbox/src/test/org/apache/lucene/sandbox/queries/
svn delete dev-tools/idea/lucene/contrib/queries
svn delete dev-tools/maven/lucene/contrib/queries
svn delete lucene/contrib/queries
{code}

> Sandbox remaining contrib queries
> ---------------------------------
>
>                 Key: LUCENE-3381
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3381
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Chris Male
>         Attachments: LUCENE-3381.patch
>
>
> In LUCENE-3271, I moved the 'good' queries from the queries contrib to new destinations (primarily the queries module).  The remnants now need to find their home.  As suggested in LUCENE-3271, these classes are not bad per se, just odd.  So lets create a sandbox contrib that they and other 'odd' contrib classes can go to.  We can then decide their fate at another time.

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