On 7/16/07, climbingrose <[EMAIL PROTECTED]> wrote:
Thanks Yonik. In my case, there is only one "title" field per document so is
there a way to force Solr to work the old way? My analyser doesn't break up
the "title" field into multiple tokens. It only tries to format the field
value (to lower case, remove unwanted chars and words). Therefore, it's no
difference from using "string" single-valued type.

There is currently no way to force Solr to use the FieldCache method.

Oh, and in
"2) expand the size of the fieldcache to 1000000 if you have the memory"
should have been filterCache, not fieldcache.

-Yonik

I'll try your first recommendation to see how it goes.

faceting typically proceeds much faster on an optimized index too.

-Yonik

Reply via email to