Class Lucene40TermVectorsReader
Lucene 4.0 Term Vectors reader.
It reads .tvd, .tvf, and .tvx files.
Inheritance
System.Object
Lucene40TermVectorsReader
Assembly: Lucene.Net.dll
Syntax
public class Lucene40TermVectorsReader : TermVectorsReader, IDisposable
Constructors
|
Improve this Doc
View Source
Lucene40TermVectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Declaration
public Lucene40TermVectorsReader(Directory d, SegmentInfo si, FieldInfos fieldInfos, IOContext context)
Parameters
Methods
|
Improve this Doc
View Source
CheckIntegrity()
Declaration
public override void CheckIntegrity()
Overrides
|
Improve this Doc
View Source
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
Get(Int32)
Declaration
public override Fields Get(int docID)
Parameters
Type |
Name |
Description |
System.Int32 |
docID |
|
Returns
Overrides
|
Improve this Doc
View Source
RamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
Type |
Description |
System.Int64 |
|
Overrides
Implements
IDisposable
See Also