RE: Performance tips on searching

2009-03-20 Thread Uwe Schindler
lee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Amin Mohammed-Coleman [mailto:ami...@gmail.com] > Sent: Friday, March 20, 2009 6:58 PM > To: java-user@lucene.apache.org > Cc: > Subject: Re: Performance tips on searching &

Re: Performance tips on searching

2009-03-20 Thread Amin Mohammed-Coleman
s worked. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Amin Mohammed-Coleman [mailto:ami...@gmail.com] Sent: Friday, March 20, 2009 6:43 PM To: java-user@lucene.apache.org Cc: ; Subject: Re: Performance t

RE: Performance tips on searching

2009-03-20 Thread Uwe Schindler
che.org > Cc: ; > Subject: Re: Performance tips on searching > > Hi > > How do you expose a pagination without a customized hit collector. The > multi searcher does not expose a method for hit collector and sort. > Maybe this is not an issue for people ... > > Chee

Re: Performance tips on searching

2009-03-20 Thread Amin Mohammed-Coleman
ct: Performance tips on searching Hi, my code receives a search query from the web, there are 5 different searches that can be searched on - each index is searched with a single IndexSearcher referenced in a map. it parses then performs the search and return the best 10 results, with scores

RE: Performance tips on searching

2009-03-20 Thread Uwe Schindler
PM > To: java-user@lucene.apache.org > Subject: Performance tips on searching > > > Hi, my code receives a search query from the web, there are 5 different > searches that can be searched on - each index is searched with a single > IndexSearcher referenced in a map. it par

Performance tips on searching

2009-03-20 Thread Paul Taylor
Hi, my code receives a search query from the web, there are 5 different searches that can be searched on - each index is searched with a single IndexSearcher referenced in a map. it parses then performs the search and return the best 10 results, with scores readjusted over the results s