C# 클래스 Lucene.Net.Index.MergePolicy.DocMap

A map of doc IDs.
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Map ( int old ) : int

Return the new doc ID according to its old value.

보호된 메소드들

메소드 설명
DocMap ( ) : System

Sole constructor, typically invoked from sub-classes constructors.

비공개 메소드들

메소드 설명
IsConsistent ( int maxDoc ) : bool

Useful from an assert.

메소드 상세

DocMap() 보호된 메소드

Sole constructor, typically invoked from sub-classes constructors.
protected DocMap ( ) : System
리턴 System

Map() 공개 추상적인 메소드

Return the new doc ID according to its old value.
public abstract Map ( int old ) : int
old int
리턴 int