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

상속: DocValuesProducer
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
CheckIntegrity ( ) : void
GetBinary ( Index.FieldInfo fieldInfo ) : Index.BinaryDocValues
GetDocsWithField ( Index.FieldInfo field ) : Util.Bits
GetNumeric ( Index.FieldInfo fieldInfo ) : Index.NumericDocValues
GetSorted ( Index.FieldInfo fieldInfo ) : Index.SortedDocValues
GetSortedSet ( Index.FieldInfo fieldInfo ) : Index.SortedSetDocValues
RamBytesUsed ( ) : long
SimpleTextDocValuesReader ( Index.SegmentReadState state, string ext ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetBinaryDocsWithField ( Index.FieldInfo fieldInfo ) : Util.Bits
GetNumericDocsWithField ( Index.FieldInfo fieldInfo ) : Util.Bits
ReadLine ( ) : void

Used only in ctor:

StartsWith ( Util.BytesRef prefix ) : bool

Used only in ctor:

StripPrefix ( Util.BytesRef prefix ) : string

Used only in ctor:

메소드 상세

CheckIntegrity() 공개 메소드

public CheckIntegrity ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetBinary() 공개 메소드

public GetBinary ( Index.FieldInfo fieldInfo ) : Index.BinaryDocValues
fieldInfo Index.FieldInfo
리턴 Index.BinaryDocValues

GetDocsWithField() 공개 메소드

public GetDocsWithField ( Index.FieldInfo field ) : Util.Bits
field Index.FieldInfo
리턴 Util.Bits

GetNumeric() 공개 메소드

public GetNumeric ( Index.FieldInfo fieldInfo ) : Index.NumericDocValues
fieldInfo Index.FieldInfo
리턴 Index.NumericDocValues

GetSorted() 공개 메소드

public GetSorted ( Index.FieldInfo fieldInfo ) : Index.SortedDocValues
fieldInfo Index.FieldInfo
리턴 Index.SortedDocValues

GetSortedSet() 공개 메소드

public GetSortedSet ( Index.FieldInfo fieldInfo ) : Index.SortedSetDocValues
fieldInfo Index.FieldInfo
리턴 Index.SortedSetDocValues

RamBytesUsed() 공개 메소드

public RamBytesUsed ( ) : long
리턴 long

SimpleTextDocValuesReader() 공개 메소드

public SimpleTextDocValuesReader ( Index.SegmentReadState state, string ext ) : System
state Index.SegmentReadState
ext string
리턴 System