Re: Questions about Lucene usage recommendations

2010-10-13 Thread Umesh Prasad
Genève 2 > Tél. direct : +41 (0)22 388 00 95 > michel.paw...@etat.ge.ch > > > -Message d'origine- > De : Danil ŢORIN [mailto:torin...@gmail.com] > Envoyé : mardi, 28. septembre 2010 07:57 > À : java-user@lucene.apache.org > Objet : Re: Questions about Lucene usage

RE: Questions about Lucene usage recommendations

2010-09-28 Thread Pawlak Michel (DCTI)
---Message d'origine- De : Danil ŢORIN [mailto:torin...@gmail.com] Envoyé : mardi, 28. septembre 2010 07:57 À : java-user@lucene.apache.org Objet : Re: Questions about Lucene usage recommendations You said you have 1000 fields...when performing search do you search in all 1000 fie

Re: Questions about Lucene usage recommendations

2010-09-27 Thread Danil ŢORIN
seems required :-/ > 12) ok > > Regards, > > Michel > > -Message d'origine- > De : Danil ŢORIN [mailto:torin...@gmail.com] > Envoyé : lundi, 27. septembre 2010 14:53 > À : java-user@lucene.apache.org > Objet : Re: Questions about Lucene usage recommendations >

RE: Questions about Lucene usage recommendations

2010-09-27 Thread Pawlak Michel (DCTI)
optimized the index the average search time dropped from 10s to below 2s, now (after 2.5 weeks) the average search time is 7s. Optimization seems required :-/ 12) ok Regards, Michel -Message d'origine- De : Danil ŢORIN [mailto:torin...@gmail.com] Envoyé : lundi, 27. septembre 2010 14

Re: Questions about Lucene usage recommendations

2010-09-27 Thread Danil ŢORIN
bad days, some searches take more than 2 > minutes). I'm new to the Lucene component, thus I'm not sure Lucene is > correctly used and thus would like to have some information on lucene > usage recommendations. This would help locate the problem (application > code / lucene conf

Questions about Lucene usage recommendations

2010-09-27 Thread Pawlak Michel (DCTI)
Hello, We have an application which is using lucene and we have strong performance issues (on bad days, some searches take more than 2 minutes). I'm new to the Lucene component, thus I'm not sure Lucene is correctly used and thus would like to have some information on lucene usage recom

Re: lucene usage on TREC data

2010-08-17 Thread Ramneek Maan Singh
Thanks for the info Glen. ~Ramneek On Sun, Aug 15, 2010 at 9:18 AM, Glen Newton wrote: > Lucene has been used - usually as a starting base that has been > modified for specific tasks - by a number of IR researchers for > various TREC challenges. Here are some (there are many more): > > IBM Haif

Re: lucene usage on TREC data

2010-08-14 Thread Glen Newton
Lucene has been used - usually as a starting base that has been modified for specific tasks - by a number of IR researchers for various TREC challenges. Here are some (there are many more): IBM Haifa: http://wiki.apache.org/lucene-java/TREC_2007_Million_Queries_Track_-_IBM_Haifa_Team http://trec.n

lucene usage on TREC data

2010-08-14 Thread Ramneek Maan Singh
Hello Everyone, Can anyone point me to a publicly Question answering system built using lucene on TREC or non-TREC data. Regards, Ramneek

Lucene usage

2006-06-13 Thread Leandro Saad
Hi all. I'm writting a wrapper component around Lucene (using Avalon) and I'd like to know the common api usage. How should I bootstrap the index? Should I create the IndexSearcher when I initialize the component? For how long should I let the IndexWriter open? For one document: should I create

RE: Basic lucene usage

2005-12-23 Thread Vanlerberghe, Luc
tch to JIRA one of these days, no promises though... Luc -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: donderdag 22 december 2005 22:38 To: java-user@lucene.apache.org Subject: RE: Basic lucene usage I'm sorry if I wasn't clear. You

RE: Basic lucene usage

2005-12-22 Thread Mordo, Aviran (EXP N-NANNATEK)
I'm sorry if I wasn't clear. You can not delete the files themselves, you delete the documents within the index -Original Message- From: John Powers [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 4:11 PM To: java-user@lucene.apache.org Subject: RE: Basic lucene u

RE: Basic lucene usage

2005-12-22 Thread John Powers
lto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 3:09 PM To: java-user@lucene.apache.org Subject: RE: Basic lucene usage -Original Message- From: John Powers [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 3:40 PM To: java-user@lucene.apache.org Subject: RE: Basic lucene

RE: Basic lucene usage

2005-12-22 Thread Mordo, Aviran (EXP N-NANNATEK)
-Original Message- From: John Powers [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 3:40 PM To: java-user@lucene.apache.org Subject: RE: Basic lucene usage >If you open an indexsearcher and keep a single indexsearcher open for all sessions to use, then can an indexwri

RE: Basic lucene usage

2005-12-22 Thread John Powers
for a new indexsearcher, correct? -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 12:19 PM To: java-user@lucene.apache.org Subject: RE: Basic lucene usage Lucene is thread safe, it is recommended that you only have one Ind

RE: Basic lucene usage

2005-12-06 Thread Mordo, Aviran (EXP N-NANNATEK)
Aviran http://www.aviransplace.com -Original Message- From: John Powers [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 1:13 PM To: java-user@lucene.apache.org Subject: Basic lucene usage Am I correct in assuming that I can use lucene by itself as a search engine in a website? If

Basic lucene usage

2005-12-06 Thread John Powers
Am I correct in assuming that I can use lucene by itself as a search engine in a website? If each user session is looking at the fsdirectory and searching on it, is that ok? Or do I need to put in a queue or pool that handles searching it; only allowing the one thing application-wide to actuall