Apache Lucene.Net 2.4.0 Class Library API

CompoundFileWriter Members

CompoundFileWriter overview

Public Instance Constructors

CompoundFileWriter Constructor Create the compound stream in the specified file. The file name is the entire name (no extensions are added).

Public Instance Methods

AddFileAdd a source stream.
file
is the string by which the sub-stream will be known in the compound stream.
CloseMerge files with the extensions added up to now. All files with these extensions are combined sequentially into the compound stream. After successful merge, the source files are deleted.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDirectoryReturns the directory of the compound file.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetNameReturns the name of the compound file.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

CompoundFileWriter Class | Lucene.Net.Index Namespace