Re: Using IndexReader in the web environment

2010-05-04 Thread Vijay Veeraraghavan
to scope, you > can store it wherever it makes sense for your application. > > > -- > Ian. > > > On Tue, May 4, 2010 at 10:13 AM, Vijay Veeraraghavan > wrote: >> Hi, >> Thanks for the reply. So I will have a dedicated servlet to search the >> index, but

Re: Using IndexReader in the web environment

2010-05-04 Thread Vijay Veeraraghavan
Hi, Thanks for the reply. So I will have a dedicated servlet to search the index, but does it mean that the indexsearcher does not close the index, keep it open? Is it not possible to keep it in the application scope? Vijay On 5/3/10, Vijay Veeraraghavan wrote: > Hi all, > > In a

Using IndexReader in the web environment

2010-05-03 Thread Vijay Veeraraghavan
IndexReader in the session/application scopes and use the same for each request? Any other idea? Viay On 5/3/10, Vijay Veeraraghavan wrote: > dear all, > > as replied below, does searching again for the document in the index > and if found skip the indexing else index it, is this no

Re: Indexing only newly created files

2010-05-03 Thread Vijay Veeraraghavan
by its UUID >> (something like indexwriter.updateDocument(new Term("uuid", >> value),document);) >> >> Unfortunately you have to implement this yourself but it should not be >> that >> much of a deal. >> >> simon >> >> On Mon, May

Re: Indexing only newly created files

2010-05-03 Thread Vijay Veeraraghavan
> much of a deal. > > simon > > On Mon, May 3, 2010 at 9:21 AM, Vijay Veeraraghavan < > vijay.raghava...@gmail.com> wrote: > >> Dear all, >> I am using lucene 3.0 to index the pdf reports that I generate >> dynamically. I index the pdf file name (without ex

Indexing only newly created files

2010-05-03 Thread Vijay Veeraraghavan
parameter is for this purpose? Please guide me. -- Thanks Vijay Veeraraghavan -- Thanks & Regards Vijay Veeraraghavan - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-us

Re: Using lucene in NFS

2010-04-30 Thread Vijay Veeraraghavan
other > servers. Lucene locking should take care of locking the index when > updates are running. > > > -- > Ian. > > > On Fri, Apr 30, 2010 at 5:48 AM, Vijay Veeraraghavan > wrote: >> dear all, >> >> I have a problem using lucene in NFS. A schedu

Using lucene in NFS

2010-04-29 Thread Vijay Veeraraghavan
need to do? any reference codes? docs? How do i lock the index when my scheduler is updating the index? P.S: Please add CC to vij...@kggroup.com Thanks Vijay Veeraraghavan -- Thanks & Regards Vijay Veeraraghavan