You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/02/24 20:04:12 UTC

[jira] [Updated] (SOLR-4490) add support for multivalued docvalues

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

Robert Muir updated SOLR-4490:
------------------------------

    Attachment: SOLR-4490.patch

Dumping my current state: queries and faceting are working but I haven't tackled Stats yet.

The current faceting "fc" code works for the single valued DV case, but i broke it out into a different implementation to handle multiple values and walk per-segment to avoid the binary search in MultiDocValues.
                
> add support  for multivalued docvalues
> --------------------------------------
>
>                 Key: SOLR-4490
>                 URL: https://issues.apache.org/jira/browse/SOLR-4490
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Robert Muir
>         Attachments: SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing when someone has docValues=true and multivalued=true.

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