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/25 02:10:51 UTC

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

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
            Reporter: Chris Male


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


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

Posted by "Chris Male (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

Posted by "Chris Male (JIRA)" <ji...@apache.org>.
    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

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

Chris Male updated LUCENE-3240:
-------------------------------

    Attachment: LUCENE-3240.patch

First patch which migrates the queries contrib over to queries-contrib and establishes the queries module.

Now moving onto moving files.

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


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

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

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

Chris Male updated LUCENE-3240:
-------------------------------

    Attachment: LUCENE-3240.patch

New patch which fixes the dependencies in xml-query-parser.

Everything passes now (including ant generate-maven-artifacts).

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


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

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

Chris Male updated LUCENE-3240:
-------------------------------

    Attachment: LUCENE-3240.patch

Patch that moves FunctionQuery, DocValues and ValueSource.  Also establishes module, sets up dependencies, fixes javadocs etc.

Everything compiles and tests pass.

I'd like to commit this before going through and moving the actual impls, since some will stay in Solr and some will go to a spatial module.

Command to use the patch coming up.



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


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

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

Chris Male resolved LUCENE-3240.
--------------------------------

    Resolution: Fixed
      Assignee: Chris Male

Committed revision 1140379.

I'll open a separate task to move the impls.

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