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/08 12:10:57 UTC

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

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.


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

Posted by "Anders Lybecker (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Digy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752691#action_12752691 ] 

Digy commented on LUCENENET-193:
--------------------------------

No, I don't get any error!

DIGY

> 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.