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 04:08:17 UTC

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

    [ 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