Re: Swapping between indexes

2008-03-10 Thread Eric Th
What's the CPU usage and MEM usage when doing "With a commit after every 100 add" vs. "Only one commit" ? 2008/3/10, Toke Eskildsen <[EMAIL PROTECTED]>: > > On Fri, 2008-03-07 at 15:38 +0100, [EMAIL PROTECTED] wrote: > > > With a commit after every add: (286 sec / 10,000 docs) 28.6 ms. > > > With

Re: Boolean Query search performance

2008-03-06 Thread Eric Th
2008/3/6, Chris Hostetter <[EMAIL PROTECTED]>: > > > : If I do a query.toString(), both queries give different results, which > > : is probably a clue (additional paren's with the BooleanQuery) > : > : Query.toString the old way using queryParser: > : +(id:1^2.0 id:2 ... ) +type:CORE > : > : Qu

What about the index writing efficiency of large index ?

2008-03-06 Thread Eric Th
Hi All, Does anyone do a benchmark to verify the index writing efficiency of lucene? When the index size is larger than 10G, will it be much slower than smaller ones ? Actually i did some works about this issue, and i found that, if build small index firstly then merge them all, the time taken wil