C# 클래스 Lucene.Net.Codecs.Lucene3x.Lucene3xNormsProducer

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

공개 메소드들

메소드 설명
CheckIntegrity ( ) : void
GetBinary ( FieldInfo field ) : BinaryDocValues
GetDocsWithField ( FieldInfo field ) : Bits
GetNumeric ( FieldInfo field ) : NumericDocValues
GetSorted ( FieldInfo field ) : SortedDocValues
GetSortedSet ( FieldInfo field ) : SortedSetDocValues
Lucene3xNormsProducer ( Directory dir, SegmentInfo info, FieldInfos fields, IOContext context ) : System
RamBytesUsed ( ) : long

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetNormFilename ( SegmentInfo info, int number ) : string
HasSeparateNorms ( SegmentInfo info, int number ) : bool

메소드 상세

CheckIntegrity() 공개 메소드

public CheckIntegrity ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetBinary() 공개 메소드

public GetBinary ( FieldInfo field ) : BinaryDocValues
field FieldInfo
리턴 BinaryDocValues

GetDocsWithField() 공개 메소드

public GetDocsWithField ( FieldInfo field ) : Bits
field FieldInfo
리턴 Bits

GetNumeric() 공개 메소드

public GetNumeric ( FieldInfo field ) : NumericDocValues
field FieldInfo
리턴 NumericDocValues

GetSorted() 공개 메소드

public GetSorted ( FieldInfo field ) : SortedDocValues
field FieldInfo
리턴 SortedDocValues

GetSortedSet() 공개 메소드

public GetSortedSet ( FieldInfo field ) : SortedSetDocValues
field FieldInfo
리턴 SortedSetDocValues

Lucene3xNormsProducer() 공개 메소드

public Lucene3xNormsProducer ( Directory dir, SegmentInfo info, FieldInfos fields, IOContext context ) : System
dir Directory
info SegmentInfo
fields FieldInfos
context IOContext
리턴 System

RamBytesUsed() 공개 메소드

public RamBytesUsed ( ) : long
리턴 long