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

David Smiley commented on SOLR-10808:
-------------------------------------

bq. Probably should add Booleans to this...

Maybe, maybe not.  Uninverting an indexed boolean produces a nice efficient 
bitset representation.  Using real DocValues on a Boolean field is a bit of a 
hack by comparison.  I cringed when I saw DocValues support being added to 
Boolean fields.

> Enable DocValues by default for all string/numeric/date fields, unless 
> explicitly disabled
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-10808
>                 URL: https://issues.apache.org/jira/browse/SOLR-10808
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Hoss Man
>
> Spinning this idea off of SOLR-10803 where Uwe suggested it...
> bq. I'd suggest to also enable DocValues by default for all 
> string/numeric/date fields, unless explicitly disabled.
> This would be fairly easy to do -- we just bump up the "schema version" and 
> change the default for docValues in the affected FieldTypes (or perhaps in 
> PrimitiveFieldType? Just like OMIT_NORMS ? ... Need to think about that a bit 
> more.)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to