Hello,

I see that IndexWriter.flush() is depreciated in 2.4. What do we use?

Also I used to make a:

        try {
            nodeWriter = new IndexWriter(nodeDir, true, analyzer, false);
        } catch(FileNotFoundException e) {
            nodeWriter = new IndexWriter(nodeDir, true, analyzer, true);
        }


it seems that the constructor for indexwriter is also depreciated.

Any ideas?

Best.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to