Apache Lucene.Net 2.4.0 Class Library API

IndexOutput Class

Abstract base class for output to a file in a Directory. A random-access output stream. Used for all Lucene index output operations.

For a list of all members of this type, see IndexOutput Members.

System.Object
   Lucene.Net.Store.IndexOutput
      Lucene.Net.Store.BufferedIndexOutput
      Lucene.Net.Store.ChecksumIndexOutput
      Lucene.Net.Store.RAMOutputStream

public abstract class IndexOutput

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

IndexOutput Members | Lucene.Net.Store Namespace | |