ion e)
>>{
>>e.printStackTrace();
>>error = true;
>>}
>> .
>> if (reader != null)
>>reader.close();
>> if (searcher != null)
>>searcher.close();
>>
>> BR,
>> Shawn
>>
>>
reader.close();
if (searcher != null)
searcher.close();
BR,
Shawn
- Original Message
From: Marcus Herou <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, August 5, 2008 3:00:15 PM
Subject: Re: failed to open an indexer after about 20 queries
Hi.
And s
if (reader != null)
reader.close();
if (searcher != null)
searcher.close();
BR,
Shawn
- Original Message
From: Marcus Herou <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, August 5, 2008 3:00:15 PM
Subject: Re: failed to open an indexer after about
see more code. No there isn't any special config
> necessary.
>
> John G.
>
> -Original Message-
> From: xh sun [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 04, 2008 8:34 PM
> To: java-user@lucene.apache.org
> Subject: failed to open an indexer after abou
java-user@lucene.apache.org
Subject: failed to open an indexer after about 20 queries
Hi,
The indexer can't be opened after about 20 queries in linux system, but it
is fine if the index is in windows system. The indexer is the same in both
systems.
reader = IndexReader.open
@lucene.apache.org
Subject: failed to open an indexer after about 20 queries
Hi,
The indexer can't be opened after about 20 queries in linux system, but it
is fine if the index is in windows system. The indexer is the same in both
systems.
reader = IndexReader.open(indexName); //failed after abo
Hi,
The indexer can't be opened after about 20 queries in linux system, but it is
fine if the index is in windows system. The indexer is the same in both
systems.
reader = IndexReader.open(indexName); //failed after about 20
queries
searcher = new IndexSearcher(reader);