Re: creating Array of IndexReaders

2008-06-23 Thread saikrishna venkata pendyala
Hi Sebastin , Why dont you index all data into single or some fixed number of indexes and search over them. You can always restrict your search using the range query based on user given inputs. --Sai Krishna. On Mon, Jun 23, 2008 at 7:27 AM, Daniel Noll <[EMAIL PROTECTED]> wrote: > On Saturday

Re: creating Array of IndexReaders

2008-06-22 Thread Daniel Noll
On Saturday 21 June 2008 18:57:49 Sebastin wrote: > Since i am maintaining more than 1.5 years records in the windows 2003 > server,based on the user input for example if the user wants to display > june 1 - june 15 folders and fetch the records from them.if the user wants > to display may 1-may15

Re: creating Array of IndexReaders

2008-06-21 Thread Sebastin
-- >> From: Sebastin <[EMAIL PROTECTED]> >> To: java-user@lucene.apache.org >> Sent: Friday, June 20, 2008 2:46:32 AM >> Subject: Re: creating Array of IndexReaders >> >> >> Hi otis, >> >> Rightnow I am using Multi Reader by just c

Re: creating Array of IndexReaders

2008-06-20 Thread Otis Gospodnetic
://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Sebastin <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Friday, June 20, 2008 2:46:32 AM > Subject: Re: creating Array of IndexReaders > > > Hi otis, > > Rightnow I a

Re: creating Array of IndexReaders

2008-06-19 Thread Sebastin
> > > - Original Message >> From: Sebastin <[EMAIL PROTECTED]> >> To: java-user@lucene.apache.org >> Sent: Friday, June 20, 2008 2:04:12 AM >> Subject: creating Array of IndexReaders >> >> >> Hi All, >> >> >&

Re: creating Array of IndexReaders

2008-06-19 Thread Otis Gospodnetic
2008 2:04:12 AM > Subject: creating Array of IndexReaders > > > Hi All, > > > I need to create dynamic Index Readers based on the user input. > > for example > > if the user needs to see the records from june 17-june 20 > > > Directory

creating Array of IndexReaders

2008-06-19 Thread Sebastin
//merged reader IndexReader mergedReader = new MultiReader(readArray); IndexSearcher is = new IndexSearcher(mergedReader); likewise is there any possibility to create Array of Index Readers. -- View this message in context: http://www.nabble.com/creating-Array-