Lucene.Net 1.9.1 Class Library

FSDirectory.CreateOutput Method 

Creates a new, empty file in the directory with the given name. Returns a stream writing this file.

public override IndexOutput CreateOutput(
   string name
);

See Also

FSDirectory Class | Lucene.Net.Store Namespace