anukanksha13 commented on code in PR #2017:
URL: https://github.com/apache/solr/pull/2017#discussion_r1472678773


##########
solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc:
##########
@@ -116,3 +119,13 @@ When retrieving stored fields, the insertion order is the 
return order.
 For docValues, it is the _sorted_ order.
 . For field types using `SORTED_SET` (see above), multiple identical entries 
are collapsed into a single value.
 Thus if values 4, 5, 2, 4, 1 are inserted, the values returned will be 1, 2, 
4, 5.
+
+== Disabling DocValues
+
+DocValues are enabled by default for all field types that support them (when 
using a schemaVersion >= 1.7).
+Disabling docValues on a field or fieldType only requires adding 
`docValues="true"` to the definition:

Review Comment:
   Shouldn't this be `docValues="false"` for disabling it on a field?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to