Class SimpleTextTermVectorsReader
Reads plain-text term vectors.
FOR RECREATIONAL USE ONLY
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
Lucene.Net.Codecs.TermVectorsReader
SimpleTextTermVectorsReader
Implements
System.IDisposable
Inherited Members
Lucene.Net.Codecs.TermVectorsReader.Dispose()
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.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextTermVectorsReader : TermVectorsReader, IDisposable
Constructors
| Improve this Doc View SourceSimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext)
Declaration
public SimpleTextTermVectorsReader(Directory directory, SegmentInfo si, IOContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Lucene.Net.Store.Directory | directory | |
| Lucene.Net.Index.SegmentInfo | si | |
| Lucene.Net.Store.IOContext | context |
Methods
| Improve this Doc View SourceCheckIntegrity()
Declaration
public override void CheckIntegrity()
Overrides
Lucene.Net.Codecs.TermVectorsReader.CheckIntegrity()
|
Improve this Doc
View Source
Clone()
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Lucene.Net.Codecs.TermVectorsReader.Clone()
|
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 SourceGet(Int32)
Declaration
public override Fields Get(int doc)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | doc |
Returns
| Type | Description |
|---|---|
| Lucene.Net.Index.Fields |
Overrides
| Improve this Doc View SourceRamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
| Type | Description |
|---|---|
| System.Int64 |
Overrides
Lucene.Net.Codecs.TermVectorsReader.RamBytesUsed()
Implements
System.IDisposable