C# 클래스 Lucene.Net.Codecs.SimpleText.SimpleTextTermVectorsReader

Reads plain-text term vectors.

FOR RECREATIONAL USE ONLY @lucene.experimental

상속: TermVectorsReader
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
CheckIntegrity ( ) : void
Clone ( ) : object
Get ( int doc ) : Fields
RamBytesUsed ( ) : long
SimpleTextTermVectorsReader ( Directory directory, SegmentInfo si, IOContext context ) : System.Linq

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ParseIntAt ( int offset ) : int
ReadIndex ( int maxDoc ) : void
ReadLine ( ) : void
ReadString ( int offset, BytesRef scratch ) : string
SimpleTextTermVectorsReader ( long offsets, IndexInput input ) : System.Linq

메소드 상세

CheckIntegrity() 공개 메소드

public CheckIntegrity ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Get() 공개 메소드

public Get ( int doc ) : Fields
doc int
리턴 Fields

RamBytesUsed() 공개 메소드

public RamBytesUsed ( ) : long
리턴 long

SimpleTextTermVectorsReader() 공개 메소드

public SimpleTextTermVectorsReader ( Directory directory, SegmentInfo si, IOContext context ) : System.Linq
directory Directory
si SegmentInfo
context IOContext
리턴 System.Linq