Class CompressingTermVectorsReader
TermVectorsReader for CompressingTermVectorsFormat.
Note
This API is experimental and might change in incompatible ways in the next release.
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 CompressingTermVectorsReader : TermVectorsReader, IDisposable
Constructors
| Improve this Doc View SourceCompressingTermVectorsReader(Directory, SegmentInfo, String, FieldInfos, IOContext, String, CompressionMode)
Sole constructor.
Declaration
public CompressingTermVectorsReader(Directory d, SegmentInfo si, string segmentSuffix, FieldInfos fn, IOContext context, string formatName, CompressionMode compressionMode)
Parameters
| Type | Name | Description |
|---|---|---|
| Directory | d | |
| SegmentInfo | si | |
| System.String | segmentSuffix | |
| FieldInfos | fn | |
| IOContext | context | |
| System.String | formatName | |
| CompressionMode | compressionMode |
Methods
| Improve this Doc View SourceCheckIntegrity()
Declaration
public override void CheckIntegrity()
Overrides
| Improve this Doc View SourceClone()
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Overrides
| Improve this Doc View SourceGet(Int32)
Declaration
public override Fields Get(int doc)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | doc |
Returns
| Type | Description |
|---|---|
| Fields |
Overrides
| Improve this Doc View SourceRamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
| Type | Description |
|---|---|
| System.Int64 |
Overrides
Implements
System.IDisposable