Apache Lucene.Net 2.4.0 Class Library API

CompoundFileWriter Methods

The methods of the CompoundFileWriter class are listed below. For a complete list of CompoundFileWriter class members, see the CompoundFileWriter Members topic.

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