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

[jira] [Comment Edited] (SOLR-3855) DocValues support

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

Adrien Grand edited comment on SOLR-3855 at 2/12/13 1:14 PM:
-------------------------------------------------------------

Good point Robert. My initial goal was to fail as soon as possible but you're right, we should not prevent multi-valued fields from having doc values.
                
      was (Author: jpountz):
    Good point Robert. My initial goal was to fail as soon as possible but you're right, we should not prevent multi-valued fields from being multi-valued.
                  
> DocValues support
> -----------------
>
>                 Key: SOLR-3855
>                 URL: https://issues.apache.org/jira/browse/SOLR-3855
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: 4.2, 5.0
>
>         Attachments: SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch
>
>
> It would be nice if Solr supported DocValues:
>  - for ID fields (fewer disk seeks when running distributed search),
>  - for sorting/faceting/function queries (faster warmup time than fieldcache),
>  - better on-disk and in-memory efficiency (you can use packed impls).

--
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