Creates an IndexOutput for the file with the given name.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override IndexOutput CreateOutput( string name ) |
Visual Basic |
---|
Public Overrides Function CreateOutput ( _ name As String _ ) As IndexOutput |
Visual C++ |
---|
public: virtual IndexOutput^ CreateOutput( String^ name ) override |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:Lucene.Net.Store.MMapDirectory.CreateOutput(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.MMapDirectory.CreateOutput(System.String)"]