[
https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055307#comment-13055307
]
Chris Male commented on LUCENE-3240:
------------------------------------
Command to use the patch:
{code}
svn --parents mkdir modules/queries/src/java/org/apache/lucene/queries/function
svn move solr/src/java/org/apache/solr/search/function/DocValues.java
modules/queries/src/java/org/apache/lucene/queries/function/DocValues.java
svn move solr/src/java/org/apache/solr/search/function/ValueSource.java
modules/queries/src/java/org/apache/lucene/queries/function/ValueSource.java
svn move solr/src/java/org/apache/solr/search/function/FunctionQuery.java
modules/queries/src/java/org/apache/lucene/queries/function/FunctionQuery.java
svn move dev-tools/idea/lucene/contrib/queries/queries.iml
dev-tools/idea/lucene/contrib/queries/queries-contrib.iml
{code}
> Move FunctionQuery, ValueSources and DocValues to Queries module
> ----------------------------------------------------------------
>
> Key: LUCENE-3240
> URL: https://issues.apache.org/jira/browse/LUCENE-3240
> Project: Lucene - Java
> Issue Type: Sub-task
> Components: core/search
> Reporter: Chris Male
> Fix For: 4.0
>
> Attachments: LUCENE-3240.patch, LUCENE-3240.patch
>
>
> Having resolved the FunctionQuery sorting issue and moved the MutableValue
> classes, we can now move FunctionQuery, ValueSources and DocValues to a
> Queries module.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]