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

Jack Krupansky commented on SOLR-8740:
--------------------------------------

And default to docValuesFormat="Memory" as well, or is that already the default 
when docValues="true" is set?

Personally, I still find the whole docValues vs. Stored fields narrative 
extremely confusing. I've never been able to figure out why Lucene still needs 
Stored fields (other than for tokenized text fields) if docValues is so much 
better.

In any case, with this Jira in place, there should be clear doc as to what 
scenarios, if any, stored="true" might have any utility for non-tokenized/text 
fields.

> use docValues by default
> ------------------------
>
>                 Key: SOLR-8740
>                 URL: https://issues.apache.org/jira/browse/SOLR-8740
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: master
>            Reporter: Yonik Seeley
>             Fix For: master
>
>
> We should consider switching to docValues for most of our non-text fields.  
> This may be a better default since it is more NRT friendly and acts to avoid 
> OOM errors due to large field cache or UnInvertedField entries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to