RE: Splitting index into indexed fields and stored fields for performance

2005-05-10 Thread Monsur Hossain
> -Original Message- > From: Chris Lamprecht [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 28, 2005 7:53 PM > > Since the "stored fields" index would basically just be a > database, perhaps this is better served using a traditional > relational database (or even use the OS's file s

Splitting index into indexed fields and stored fields for performance

2005-04-28 Thread Chris Lamprecht
I've been thinking about splitting a (presumably large) Lucene index up into two: one index only contains "indexed" (searchable) fields, and the second index contains only stored fields. I'm interested in whether this might increase response time or throughput for a high-volume system. Google ap