Re: RE: ParallelMultisearcher

2011-03-22 Thread Lance Norskog
> - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: Ganesh [mailto:emailg...@yahoo.co.in] >> Sent: Thursday, March 17, 2011 7:09 PM >> To: java

RE: RE: ParallelMultisearcher

2011-03-17 Thread Uwe Schindler
Sent: Thursday, March 17, 2011 7:09 PM > To: java-user@lucene.apache.org > Subject: Re: RE: ParallelMultisearcher > > There is no ParallelMultiSearcher.close() in 2.9.1 and its been added in 3.0. > Thanks for pointing out. I am not aware of. > > Regards > Ganesh > &g

Re: RE: ParallelMultisearcher

2011-03-17 Thread Ganesh
There is no ParallelMultiSearcher.close() in 2.9.1 and its been added in 3.0. Thanks for pointing out. I am not aware of. Regards Ganesh - Original Message - From: "Uwe Schindler" To: Sent: Thursday, March 17, 2011 11:27 PM Subject: [Bulk] RE: ParallelMultisearcher &

RE: ParallelMultisearcher

2011-03-17 Thread Uwe Schindler
PM > To: java-user@lucene.apache.org > Subject: Re: ParallelMultisearcher > > I agree but the chang logs of 3.0.3 didn't mention about that. I tested and > found that the same problem exists with 3.0.3. I am bit confused. > http://lucene.apache.org/java/3_0_3/changes/Changes.html > &

Re: ParallelMultisearcher

2011-03-17 Thread Ganesh
shing frequently. Regards Ganesh - Original Message - From: "Devon H. O'Dell" To: Sent: Thursday, March 17, 2011 10:35 PM Subject: Re: ParallelMultisearcher > 2011/3/17 Ganesh : >> Is this bug https://issues.apache.org/jira/browse/LUCENE-2249 got fixed in >

RE: ParallelMultisearcher

2011-03-17 Thread Uwe Schindler
om: Devon H. O'Dell [mailto:devon.od...@gmail.com] > Sent: Thursday, March 17, 2011 6:06 PM > To: java-user@lucene.apache.org > Subject: Re: ParallelMultisearcher > > 2011/3/17 Ganesh : > > Is this bug https://issues.apache.org/jira/browse/LUCENE-2249 got fixed in > 3.0.3?

Re: ParallelMultisearcher

2011-03-17 Thread Devon H. O'Dell
2011/3/17 Ganesh : > Is this bug https://issues.apache.org/jira/browse/LUCENE-2249 got fixed in > 3.0.3? The linked ticket shows that it was fixed in 3.0.3. --dho > Regards > Ganesh > > - Original Message - > From: "Ganesh" > To: > Sent: Thursday,

Re: ParallelMultisearcher

2011-03-17 Thread Ganesh
Is this bug https://issues.apache.org/jira/browse/LUCENE-2249 got fixed in 3.0.3? Regards Ganesh - Original Message - From: "Ganesh" To: Sent: Thursday, March 17, 2011 7:03 PM Subject: Re: ParallelMultisearcher I tested the same with Lucene 2.9.1 and found very less th

Re: ParallelMultisearcher

2011-03-17 Thread Ganesh
I tested the same with Lucene 2.9.1 and found very less thread count but with 3.0.2 it is very high. Do i need to revert back to Lucene 2.9.1. Regards Ganesh - Original Message - From: "Ganesh" To: Sent: Thursday, March 17, 2011 5:17 PM Subject: ParallelMultisearcher Hello all,

Re: ParallelMultiSearcher and idf

2009-08-05 Thread Simon Willnauer
Hey Christian, you might wanna look at distributed solr (http://wiki.apache.org/solr/DistributedSearch) or if you haven't done so have a look at the Katta project (http://katta.sourceforge.net/documentation/how-katta-works) maybe this can help you out. About distributed IDF and Scoring have a look

Re: ParallelMultiSearcher and idf

2009-08-04 Thread Christian Reuschling
Hi Otis, thanks for the answer - I'm aware of Solr, but it seems this is - according to its abstraction level - too generalized for us. Solr seems to be nice in the case you want to use the black box, and won't be aware of 'what is under the hood'. But maybe I'm totaly wrong. At least, it would be

Re: ParallelMultiSearcher and idf

2009-08-04 Thread Otis Gospodnetic
Hi Christian, You didn't mention Solr, so I'm not sure if you are aware of it. Maybe Solr meets your needs? Otis -- Sematext is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Christian Reusc

Re: ParallelMultiSearcher

2006-09-21 Thread Ronnie Kolehmainen
Dont ask to ask, just ask! ;) Citerar Yura Smolsky <[EMAIL PROTECTED]>: > Hello, java-user. > > Does anyone here uses ParallelMultiSearcher for searching big arrays > of data? I have some questions about PrefixQuery search.. > > Thanks in advance. > > -- > Yura Smolsky, > http://altervisionm

RE: ParallelMultiSearcher and docFreq

2006-09-15 Thread Haines, Ronald C. \(LNG-DAY\)
emote. You might have to extend the ParallelMultiSearcher and create a threaded docFreq method. -Original Message- From: Yura Smolsky [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 8:54 AM To: java-user@lucene.apache.org Subject: Re: ParallelMultiSearcher and docFreq

Re: ParallelMultiSearcher and docFreq

2006-09-15 Thread Yura Smolsky
Hello, Yura. Does anyone understand my email? Maybe my English is too bad... Thanks. YS> Here is the situation. I have ParallelMultiSearcher object YS> initializated with two or more RemoteSearchable's. YS> I run PrefixQuery search on some keyword field, say "link". When I run YS> search starti