You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by roz dev <ro...@gmail.com> on 2012/08/03 02:10:17 UTC

Solr, FieldCache and IndexDocValues

As we all know, FIeldCache can be costly if we have lots of documents and
lots of fields to sort on.
I see that IndexDocValues are better at sorting and faceting, w.r.t Memory
usage

Is there any plan to use IndexDocValues in SOLR for doing sorting and
faceting?

Will SOLR 4 or 5 have indexDocValues? Is there an easy way to use
IndexDocValues in Solr even though it is not implemented yet?

-Saroj