Re: Progress bar for Lucene

2004-07-29 Thread jitender ahuja
Hi All, I would like to ask for suggestions to my issue. I have implemented by extending the MultiCombination Query class, a query term(s) to be searched across ALL /ANY of the fields ( just like we do AND/OR among the query term(s)). But, it takes too much time( in fact never complet

Re: continous index update

2004-07-28 Thread jitender ahuja
ay, July 28, 2004 3:17 PM Subject: Re: continous index update > Hi! > > I do automatic index update by cron daemon. > > Regards, > Vladimir. > > On Wed, 28 Jul 2004 15:05:46 +0530 > "jitender ahuja" <[EMAIL PROTECTED]> wrote: > >Hi all, > >

continous index update

2004-07-28 Thread jitender ahuja
Hi all, I am trying to make an automatic index update file based o a background thread, but it gives errors in deleting the existing index, if (only if) the server accesses the index at the same time or has once accessed it and even if a different request is posed, i.e. for a different

Re:how to ensure that AND occurs, pl. help

2004-07-09 Thread jitender ahuja
On Friday, July 09, 2004 1:57, Daniel Naber wrote >For fields title, body and query "aaa bbb" this will lead to > +(title:aaa title:bbb) +(body:aaa body:bbb) > > So the clauses are required, but not the individual terms in a clause. I don't > know a (simple) clean solution, but you could parse t

multiple select box parameter passing to jsp page causes error

2004-06-25 Thread jitender ahuja
Hi all, I am developing a html page in which there is a multiple selection box taht indicates the Indexed fields to be searched upon. Also, it has as the default option the All Fields option. Now, some fields (options) are allowed to be selected in combination.This means that the parame

Re: Help with web Lucene Interface

2004-05-25 Thread jitender ahuja
Hi, First, u need to generate index using ur own or the demo(e.g., IndexHTML for text or HTML) provided file to create index at the command line. If u can create ur own index creator file that 's the best and very easy. Regarding links u better use some search engine and search for " lucene tu

Re: Doing a join?

2004-04-24 Thread jitender ahuja
Hi, I feel by different files u mean two different sub directories under a common folder(i.e. directory). Now, one stores 3 fields and another one stores 2 fields. Also, the class_Id or Class_Name(file 1) and the Student_Id fields(file 2) should be indexed and stored in the index.

Re: Doing a join?

2004-04-24 Thread jitender ahuja
Hi, I feel by different files u mean two different sub directories under a common folder(i.e. directory). Now, one stores 3 fields and another one stores 2 fields. Also, the class_Id or Class_Name(file 1) and the Student_Id fields(file 2) should be indexed and stored in the index.

Re: Closing IndexWriter object after each file causes NullPointerException?

2004-04-14 Thread jitender ahuja
he release of the writeLock > creates a NullPointerException. > You should clean your code and close your writer only once. Anyway, I > don't know why there's no test on the 'writeLock' as in the 'finalize' > method. > I think it's a little error, so I sug

running lucene

2004-03-26 Thread jitender ahuja
Hi, I know how to run demo version but not the whole from the command line. Can someone tell me the same or refer to a link that details the same. Regards, Jitender