Re: Problems searching index

2009-05-18 Thread Ian Lea
ion operations >>> * (e. g. {...@link #deleteDocument(int)}, {...@link #setNorm(int, String, >>> byte)}) >>>   * should be performed using one of the readers until the old reader >>> instance >>>   * is closed. Otherwise, the behavior of the readers

Re: Problems searching index

2009-05-18 Thread Marco Lazzara
gt; > > > > > > > - Original Message > > From: Eric LeVin > > To: java-user@lucene.apache.org > > Sent: Monday, May 18, 2009 7:30:47 PM > > Subject: Problems searching index > > > > Hi Everyone-- > >So I'm not quite sure

Re: Problems searching index

2009-05-18 Thread Marco Lazzara
ing, >> byte)}) >> * should be performed using one of the readers until the old reader >> instance >> * is closed. Otherwise, the behavior of the readers is undefined. >> * >> >> >> >> - Original Message >> From: Eric LeVi

Re: Problems searching index

2009-05-18 Thread Eric LeVin
fined. * - Original Message From: Eric LeVin To: java-user@lucene.apache.org Sent: Monday, May 18, 2009 7:30:47 PM Subject: Problems searching index Hi Everyone-- So I'm not quite sure what is going on with my Lucene index, but I'm having some issues searching. I've created a si

Re: Problems searching index

2009-05-18 Thread Eric LeVin
LeVin To: java-user@lucene.apache.org Sent: Monday, May 18, 2009 7:30:47 PM Subject: Problems searching index Hi Everyone-- So I'm not quite sure what is going on with my Lucene index, but I'm having some issues searching. I've created a simple little index of 10 documents as fo

Re: Problems searching index

2009-05-18 Thread balasubramanian sudaakeran
From: Eric LeVin To: java-user@lucene.apache.org Sent: Monday, May 18, 2009 7:30:47 PM Subject: Problems searching index Hi Everyone-- So I'm not quite sure what is going on with my Lucene index, but I'm having some issues searching. I've created a simple little index of

Problems searching index

2009-05-18 Thread Eric LeVin
Hi Everyone-- So I'm not quite sure what is going on with my Lucene index, but I'm having some issues searching. I've created a simple little index of 10 documents as follows: id: 1 type: Article content: <> id: 10 type: Article content: <> So I created a simple TermQuery for start