If u wanna use one index file to do it, i think u know how to do when u read my this mail.
I think maybe you can divid it into serveral ?(i don't know how to define it.) everyone have one master and serveral slaver if u use solr...one request do serveral query. it can reduce index file size and index time. But it will lost some search performance...maybe it will be fixed by more pc or server. 2007/3/30, Chris Hostetter <[EMAIL PROTECTED]>:
: I'd be interested to know what is the ideal size for an index to achieve 1 : sec response time for queries. I'd appreciate if you can share any numbers. that's a fairly impossible question to answer ... the lucene email archives have lots of discusssion about how the number of documents isn't really the biggest facter when considering raw search performance ... the number of unique terms in the index and the average number of terms per docuemnt are typically more significant factors. there's also the question of what you mean by a "query" .. a simple term query is a lot cheaper/faster then a complex boolean query or a phrase query. -Hoss
-- regards jl