Re: Do docValues influence range faceting speed in solr?

2013-08-13 Thread Chris Hostetter
: I don't think so. I looked at sources - range and query facets are backed : on SolrIndexSearcher.numDocs(Query, DocSet). on fields that use docValues, range queries (regardless of wether they are come from q, fq, facet.query, facet.range) are sometimes implemented using the docValues via that

Re: Do docValues influence range faceting speed in solr?

2013-08-10 Thread Mikhail Khludnev
ocuments 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

Do docValues influence range faceting speed in solr?

2013-08-09 Thread omu_negru
tarts 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-tp40834