RE: Anyone use MultiSearcher class

2004-07-26 Thread Mark Florence
'Fraid not! Just a humble user :) -- Mark -Original Message- From: Don Vaillancourt [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 12:14 pm To: Lucene Users List Subject: RE: Anyone use MultiSearcher class Eh Mark, Are you involved with Lucene development? At 11:39 AM

RE: Anyone use MultiSearcher class

2004-07-26 Thread Don Vaillancourt
pable of returning results. -- Mark Florence -Original Message- From: Don Vaillancourt [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:06 am To: Lucene Users List; Lucene Users List Subject: RE: Anyone use MultiSearcher class Thanks for the info. Maybe the best solution to this may

RE: Anyone use MultiSearcher class

2004-07-26 Thread Mark Florence
: Don Vaillancourt [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:06 am To: Lucene Users List; Lucene Users List Subject: RE: Anyone use MultiSearcher class Thanks for the info. Maybe the best solution to this may be to perform multiple individual searches, create a container class and stor

RE: Anyone use MultiSearcher class

2004-07-26 Thread Don Vaillancourt
400" cache size logic. Any ideas from anyone would be much appreciated. Mark Florence CTO, AIRS 800-897-7714 x 1703 [EMAIL PROTECTED] -Original Message- From: Don Vaillancourt [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 12:36 pm To: Lucene Users List Subject: Anyone use Multi

RE: Anyone use MultiSearcher class

2004-07-26 Thread Tea Yu
Mark, I'm also planning a distributed index system. After reading some code, I think it's more efficient to get rid of Hits and work directly with TopDocs returned by ParallelMultiSearcher.search(), I dun need the cache anyway as I dun need stateful netvigation. Another question is - does each H

RE: Anyone use MultiSearcher class

2004-07-15 Thread Mark Florence
gic. Any ideas from anyone would be much appreciated. Mark Florence CTO, AIRS 800-897-7714 x 1703 [EMAIL PROTECTED] -Original Message- From: Don Vaillancourt [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 12:36 pm To: Lucene Users List Subject: Anyone use MultiSearcher class

Re: Anyone use MultiSearcher class

2004-07-12 Thread Zilverline info
Hi Don, Yes, I'm using the MultiSearcher (in Zilverline), and have seen no serious performance issues with it. The app performs well with multiple indexes, it's responds so quick (with 100k+ documents) that I haven't even taken the time to measure the difference to a single index search. Michael

Anyone use MultiSearcher class

2004-07-12 Thread Don Vaillancourt
Hello, Has anyone used the Multisearcher class? I have noticed that searching two indexes using this MultiSearcher class takes 8 times longer than searching only one index. I could understand if it took 3 to 4 times longer to search due to sorting the two search results and stuff, but why 8 tim