C# 클래스 Lucene.Net.Search.Function.IntFieldSource.AnonymousClassDocValues

상속: Lucene.Net.Search.Function.DocValues
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
AnonymousClassDocValues ( int arr, IntFieldSource enclosingInstance ) : System
FloatVal ( int doc ) : float
IntVal ( int doc ) : int
ToString ( int doc ) : System.String

비공개 메소드들

메소드 설명
InitBlock ( int arr, IntFieldSource enclosingInstance ) : void

메소드 상세

AnonymousClassDocValues() 공개 메소드

public AnonymousClassDocValues ( int arr, IntFieldSource enclosingInstance ) : System
arr int
enclosingInstance IntFieldSource
리턴 System

FloatVal() 공개 메소드

public FloatVal ( int doc ) : float
doc int
리턴 float

IntVal() 공개 메소드

public IntVal ( int doc ) : int
doc int
리턴 int

ToString() 공개 메소드

public ToString ( int doc ) : System.String
doc int
리턴 System.String