Re: how to cache multivalued field using fieldcache.
No. FieldCache is only for single-valued field. You would need to use your own data structure to cache multi-valued field. Or leave the index on disk and use Solid State Disk to read for faster access. -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Applic
how to cache multivalued field using fieldcache.
Hi All, I have a multivalued field in the index. Can i use FieldCache for caching that field. Thanks, Vipin