Re: Avoid loading Lucene's field cache for certain fields

2013-05-19 Thread J Mohamed Zahoor
I am using Solr 4.2.1 ./zahoor On 20-May-2013, at 11:48 AM, J Mohamed Zahoor wrote: > Hi > > I am trying to avoid loading some fields in Lucene's FieldCache. > > Is there a way to avoid loading certain failed in Lucene's FieldCache. > One way is to declare them multivalued.. > > Is there an

Avoid loading Lucene's field cache for certain fields

2013-05-19 Thread J Mohamed Zahoor
Hi I am trying to avoid loading some fields in Lucene's FieldCache. Is there a way to avoid loading certain failed in Lucene's FieldCache. One way is to declare them multivalued.. Is there any other way? ./zahoor