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

Martijn van Groningen commented on LUCENE-3496:
-----------------------------------------------

I was planning on doing this. I'm almost ready to commit it. I'm only a bit 
stuck on documents that don't have a value for a group field.

The random grouping tests also add documents with a null value for the group 
field and an empty string for the group field. This works fine with the term 
based implementations, but not the DV based implementations (random test fail). 
Should we not use null as group value if the dv based implementations are used 
during the test?
                
> Support grouping by IndexDocValues
> ----------------------------------
>
>                 Key: LUCENE-3496
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3496
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: modules/grouping
>            Reporter: Martijn van Groningen
>            Assignee: Martijn van Groningen
>             Fix For: 4.0
>
>         Attachments: LUCENE-3496.patch, LUCENE-3496.patch, LUCENE-3496.patch, 
> LUCENE-3496.patch, LUCENE-3496.patch, LUCENE-3496.patch, LUCENE-3496.patch
>
>
> Although IDV is not yet finalized (More particular the SortedSource). I think 
> we already can discuss / investigate implementing grouping by IDV.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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