This is a question for lucene-user list...redirecting.
Looks okay, except it doesn't look like real code. Also, you are
catching Exception and only logging it. Maybe that exception hides the
source of the problem.
Otis
--- [EMAIL PROTECTED] wrote:
> Greetings,
> I upgraded from lucene-1.2.jar to lucene-1.3-final.jar
> (29-Dec-2003).
> I get the following error with the new version any ideas?
>
> <error>
> java.io.FileNotFoundException:
> C:\resin-2.1.4\ML4.1Admin_index.temp\_88.fnm (The system cannot find
> the
> file specified)
> at java.io.RandomAccessFile.open(Native Method)
> at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
> at java.io.RandomAccessFile.<init>(RandomAccessFile.java:143)
> at
>
org.apache.lucene.store.FSInputStream$Descriptor.<init>(FSDirectory.java:389)
> at org.apache.lucene.store.FSInputStream.<init>(FSDirectory.java:418)
> at org.apache.lucene.store.FSDirectory.openFile(FSDirectory.java:291)
> at org.apache.lucene.index.FieldInfos.<init>(FieldInfos.java:80)
> at
> org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:138)
> at
>
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:423)
> at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:311)
> </error>
>
> <code>
> IndexWriter writer = new IndexWriter(<workDir>, new
> StandardAnalyzer(), true);
> writer.mergeFactor = <mergeFactor>;
> long start = System.currentTimeMillis();
> // pass in a dummy new Object
> Iterator iter;// returns approriate iterator
> while (condition) {
> try {
> writer.addDocument(<doc>);
> } catch (Exception e) {
> logger.error("Failed to index doc " );
> }
> }
> writer.optimize();
> writer.close();
>
> </code>
>
> -- anand stephen
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]