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
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
--
>> 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
://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
>
>
> - 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,
>>
>>
>&
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
//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-