Hi, Gurus, One thing I want to do is: one index has fields like [primary-key, not-so-frequently-updated-fields, large-content-fields,...], and another index has [primary-key, frequently-updated-fields]. The purpose is to make the indexing process faster by keeping large/stale fields in one index and small/frequently updated fields in another, linked via primary-key field.
If I do so, is it possible to keep the index search the same? Parallel index reader may not cut it because it works only for different Documents into different indexes. What I want is the same Document spread on different indexes. -- Chris Lu ------------------------- Instant 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]