[jira] [Commented] (LUCENE-3240) Move FunctionQuery, ValueSources and DocValues to Queries module

2011-06-27 Thread Michael McCandless (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055510#comment-13055510
 ] 

Michael McCandless commented on LUCENE-3240:


Looks great Chris!

 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, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-3240) Move FunctionQuery, ValueSources and DocValues to Queries module

2011-06-26 Thread Chris Male (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055287#comment-13055287
 ] 

Chris Male commented on LUCENE-3240:


Command for using first patch:

{code}
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


 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-3240) Move FunctionQuery, ValueSources and DocValues to Queries module

2011-06-26 Thread Chris Male (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org