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/06/28 01:51:17 UTC

[jira] [Created] (LUCENE-3249) Move Solr's FunctionQuery impls to Queries Module

Move Solr's FunctionQuery impls to Queries Module
-------------------------------------------------

                 Key: LUCENE-3249
                 URL: https://issues.apache.org/jira/browse/LUCENE-3249
             Project: Lucene - Java
          Issue Type: Sub-task
            Reporter: Chris Male


Now that we have the main interfaces in the Queries module, we can move the actual impls over.

Impls that won't be moved are:

function/distance/* (to be moved to a spatial module)
function/FileFloatSource.java (depends on Solr's Schema, data directories and exposes a RequestHandler)

--
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-3249) Move Solr's FunctionQuery impls to Queries Module

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

Chris Male resolved LUCENE-3249.
--------------------------------

    Resolution: Fixed
      Assignee: Chris Male

Committed revision 1140906.

> Move Solr's FunctionQuery impls to Queries Module
> -------------------------------------------------
>
>                 Key: LUCENE-3249
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3249
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: core/search
>            Reporter: Chris Male
>            Assignee: Chris Male
>             Fix For: 4.0
>
>         Attachments: LUCENE-3249.patch
>
>
> Now that we have the main interfaces in the Queries module, we can move the actual impls over.
> Impls that won't be moved are:
> function/distance/* (to be moved to a spatial module)
> function/FileFloatSource.java (depends on Solr's Schema, data directories and exposes a RequestHandler)

--
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-3249) Move Solr's FunctionQuery impls to Queries Module

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

Chris Male commented on LUCENE-3249:
------------------------------------

Command for patch:

{code}

svn --parents mkdir modules/queries/src/java/org/apache/lucene/queries/function/valuesource
svn --parents mkdir modules/queries/src/java/org/apache/lucene/queries/function/docvalues
svn move solr/src/java/org/apache/solr/search/function/*Function.java modules/queries/src/java/org/apache/lucene/queries/function/valuesource/
svn move solr/src/java/org/apache/solr/search/function/*FieldSource.java modules/queries/src/java/org/apache/lucene/queries/function/valuesource
svn move solr/src/java/org/apache/solr/search/function/*ValueSource.java modules/queries/src/java/org/apache/lucene/queries/function/valuesource
svn move solr/src/java/org/apache/solr/search/function/*CacheSource.java modules/queries/src/java/org/apache/lucene/queries/function/valuesource
svn move solr/src/java/org/apache/solr/search/function/ConstNumberSource.java modules/queries/src/java/org/apache/lucene/queries/function/valuesource
svn move solr/src/java/org/apache/solr/search/function/*DocValues.java modules/queries/src/java/org/apache/lucene/queries/function/docvalues
{code}

> Move Solr's FunctionQuery impls to Queries Module
> -------------------------------------------------
>
>                 Key: LUCENE-3249
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3249
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: core/search
>            Reporter: Chris Male
>             Fix For: 4.0
>
>         Attachments: LUCENE-3249.patch
>
>
> Now that we have the main interfaces in the Queries module, we can move the actual impls over.
> Impls that won't be moved are:
> function/distance/* (to be moved to a spatial module)
> function/FileFloatSource.java (depends on Solr's Schema, data directories and exposes a RequestHandler)

--
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-3249) Move Solr's FunctionQuery impls to Queries Module

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

Chris Male updated LUCENE-3249:
-------------------------------

    Attachment: LUCENE-3249.patch

Patch which moves the impls.

Compiles and tests pass.

I'd like to commit this in the next day or so.

> Move Solr's FunctionQuery impls to Queries Module
> -------------------------------------------------
>
>                 Key: LUCENE-3249
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3249
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: core/search
>            Reporter: Chris Male
>             Fix For: 4.0
>
>         Attachments: LUCENE-3249.patch
>
>
> Now that we have the main interfaces in the Queries module, we can move the actual impls over.
> Impls that won't be moved are:
> function/distance/* (to be moved to a spatial module)
> function/FileFloatSource.java (depends on Solr's Schema, data directories and exposes a RequestHandler)

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