[jira] [Updated] (LUCENE-4426) New ValueSource implementations that wrap DocValues

2012-09-25 Thread Adrien Grand (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-4426:
-

Attachment: LUCENE-4426.patch

This patch adds {{ValueSource}} implementations for ints, longs, floats, 
doubles, dates and UTF8-encoded Strings.

> New ValueSource implementations that wrap DocValues
> ---
>
> Key: LUCENE-4426
> URL: https://issues.apache.org/jira/browse/LUCENE-4426
> Project: Lucene - Core
>  Issue Type: New Feature
>  Components: modules/other
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 4.1, 5.0
>
> Attachments: LUCENE-4426.patch
>
>
> We should have ValueSource implementations that wrap DocValues in 
> lucene-queries so that DocValues can be used in function queries.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Updated] (LUCENE-4426) New ValueSource implementations that wrap DocValues

2012-09-25 Thread Adrien Grand (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-4426:
-

Attachment: LUCENE-4426.patch

Right, it makes sense to have all numeric types in the same class. Here is a 
new patch that also adds FIXED_INTS_* support to {{NumericIndexDocValueSource}} 
and adds a deprecation notice.

> New ValueSource implementations that wrap DocValues
> ---
>
> Key: LUCENE-4426
> URL: https://issues.apache.org/jira/browse/LUCENE-4426
> Project: Lucene - Core
>  Issue Type: New Feature
>  Components: modules/other
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 4.1, 5.0
>
> Attachments: LUCENE-4426.patch, LUCENE-4426.patch
>
>
> We should have ValueSource implementations that wrap DocValues in 
> lucene-queries so that DocValues can be used in function queries.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Updated] (LUCENE-4426) New ValueSource implementations that wrap DocValues

2012-10-05 Thread Adrien Grand (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-4426:
-

Attachment: LUCENE-4426.patch

New patch :
 - added optimisation when SortedSource.hasPackedDocToOrd() is true,
 - a few more tests.

> New ValueSource implementations that wrap DocValues
> ---
>
> Key: LUCENE-4426
> URL: https://issues.apache.org/jira/browse/LUCENE-4426
> Project: Lucene - Core
>  Issue Type: New Feature
>  Components: modules/other
>Reporter: Adrien Grand
>Assignee: Adrien Grand
>Priority: Minor
> Fix For: 4.1, 5.0
>
> Attachments: LUCENE-4426.patch, LUCENE-4426.patch, LUCENE-4426.patch
>
>
> We should have ValueSource implementations that wrap DocValues in 
> lucene-queries so that DocValues can be used in function queries.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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