Class SimpleTextTermVectorsReader
Reads plain-text term vectors.
FOR RECREATIONAL USE ONLY
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
SimpleTextTermVectorsReader
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextTermVectorsReader : TermVectorsReader
Constructors
|
Improve this Doc
View Source
SimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext)
Declaration
public SimpleTextTermVectorsReader(Directory directory, SegmentInfo si, 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 |
|
|
Improve this Doc
View Source
Get(Int32)
Declaration
public override Fields Get(int doc)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
Returns
|
Improve this Doc
View Source
RamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
Type |
Description |
System.Int64 |
|
Overrides