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/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes DBSight customer, a shopping comparison site, (anonymous per request) got 2.6 Million Euro funding! On Thu, Apr 17, 2008 at 11:14 PM, Shailendra Mudgal < [EMAIL PROTECTED]> wrote: > Hi All, > > I have a multivalued field in the index. Can i use FieldCache for caching > that field. > > Thanks, > > Vipin >