Hello, >From my understanding doc.values work like a persistent field-cache, which is awesome for when you have to do sorting on a field after matching a certain query (assuming you have doc-values for that field enabled)
That being the case , Field faceting is indeed improved by having docValues enabled on the field you want to facet on. My question is , does the same apply to range faceting? After making a query on field "foo" (text field) and doing range faceting on field "bar" which is a trie-int field , will the same mechanism apply to the faceting ? solr starts hitting the field cache (doc values) for all the documents matched by my query and collecting the "bar" field values for the relevant facet results -- View this message in context: http://lucene.472066.n3.nabble.com/Do-docValues-influence-range-faceting-speed-in-solr-tp4083483.html Sent from the Solr - User mailing list archive at Nabble.com.