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

Chris Male commented on LUCENE-3241:
------------------------------------

Command for patch:

{code}
svn move 
lucene/src/java/org/apache/lucene/search/function/NumericIndexDocValueSource.java
 modules/queries/src/java/org/apache/lucene/queries/function/valuesource/
svn move 
lucene/src/test/org/apache/lucene/search/function/TestFieldScoreQuery.java 
modules/queries/src/test/org/apache/lucene/queries/function/
svn move lucene/src/test/org/apache/lucene/search/function/TestOrdValues.java 
modules/queries/src/test/org/apache/lucene/queries/function/
svn --force delete lucene/src/java/org/apache/lucene/search/function
svn --force delete lucene/src/test/org/apache/lucene/search/function
{code}

> Remove Lucene core's FunctionQuery impls
> ----------------------------------------
>
>                 Key: LUCENE-3241
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3241
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: core/search
>            Reporter: Chris Male
>            Assignee: Chris Male
>             Fix For: 4.0
>
>         Attachments: LUCENE-3241.patch, LUCENE-3241.patch
>
>
> As part of the consolidation of FunctionQuerys, we want to remove Lucene 
> core's impls.  Included in this work, we will make sure that all the 
> functionality provided by the core impls is also provided by the new module.  
> Any tests will be ported across too, to increase the test coverage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to