You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Anders Lybecker (JIRA)" <ji...@apache.org> on 2009/09/12 09:06:58 UTC

[jira] Closed: (LUCENENET-193) Creating IndexWriter with RAMDirectory throws System.IO.FileNotFoundException

     [ https://issues.apache.org/jira/browse/LUCENENET-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anders Lybecker closed LUCENENET-193.
-------------------------------------

    Resolution: Invalid

Neither can I anymore.

> Creating IndexWriter with RAMDirectory throws System.IO.FileNotFoundException
> -----------------------------------------------------------------------------
>
>                 Key: LUCENENET-193
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-193
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: .Net 3.5
>            Reporter: Anders Lybecker
>
> Running the below code results in an System.IO.FileNotFoundException with the message "segments.gen" in the RAMDirectory.OpenInput method.
> var ram = new Lucene.Net.Store.RAMDirectory();
> var writer = new IndexWriter(ram, new StandardAnalyzer(), true);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.