C# 클래스 Lucene.Net.Codecs.IntBlock.VariableIntBlockIndexInput

Abstract base class that reads variable-size blocks of ints from an IndexInput. While this is a simple approach, a more performant approach would directly create an impl of IntIndexInput inside Directory. Wrapping a generic IndexInput will likely cost performance. @lucene.experimental
상속: Lucene.Net.Codecs.Sep.IntIndexInput
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
maxBlockSize int

공개 메소드들

메소드 설명
Dispose ( ) : void
Index ( ) : Lucene.Net.Codecs.Sep.IntIndexInputIndex
Reader ( ) : Lucene.Net.Codecs.Sep.IntIndexInputReader

보호된 메소드들

메소드 설명
GetBlockReader ( IndexInput @in, int buffer ) : IBlockReader
VariableIntBlockIndexInput ( IndexInput input ) : Lucene.Net.Codecs.Sep

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBlockReader() 보호된 추상적인 메소드

protected abstract GetBlockReader ( IndexInput @in, int buffer ) : IBlockReader
@in Lucene.Net.Store.IndexInput
buffer int
리턴 IBlockReader

Index() 공개 메소드

public Index ( ) : Lucene.Net.Codecs.Sep.IntIndexInputIndex
리턴 Lucene.Net.Codecs.Sep.IntIndexInputIndex

Reader() 공개 메소드

public Reader ( ) : Lucene.Net.Codecs.Sep.IntIndexInputReader
리턴 Lucene.Net.Codecs.Sep.IntIndexInputReader

VariableIntBlockIndexInput() 보호된 메소드

protected VariableIntBlockIndexInput ( IndexInput input ) : Lucene.Net.Codecs.Sep
input Lucene.Net.Store.IndexInput
리턴 Lucene.Net.Codecs.Sep

프로퍼티 상세

maxBlockSize 보호되어 있는 프로퍼티

protected int maxBlockSize
리턴 int