Class CompressingStoredFieldsIndexWriter
Efficient index format for block-based Codecs.
this writer generates a file which can be loaded into memory using memory-efficient data structures to quickly locate the block that contains any document.
In order to have a compact in-memory representation, for every block of 1024 chunks, this index computes the average number of bytes per chunk and for every chunk, only stores the difference between
Data is written as follows:
Notes
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Inheritance
System.Object
CompressingStoredFieldsIndexWriter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs.Compressing
Assembly: Lucene.Net.dll
Syntax
public sealed class CompressingStoredFieldsIndexWriter : IDisposable
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Implements
System.IDisposable