Hello,

I don't think so. I looked at sources - range and query facets are backed
on SolrIndexSearcher.numDocs(Query, DocSet).


On Fri, Aug 9, 2013 at 2:05 PM, omu_negru <tincu.gabr...@gmail.com> wrote:

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



-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
 <mkhlud...@griddynamics.com>

Reply via email to