C# Class Lucene.Net.Search.Function.ShortFieldSource.AnonymousClassDocValues

Inheritance: Lucene.Net.Search.Function.DocValues
Mostra file Open project: synhershko/lucene.net

Public Methods

Method Description
AnonymousClassDocValues ( short arr, ShortFieldSource enclosingInstance ) : System
FloatVal ( int doc ) : float
IntVal ( int doc ) : int
ToString ( int doc ) : System.String

Private Methods

Method Description
InitBlock ( short arr, ShortFieldSource enclosingInstance ) : void

Method Details

AnonymousClassDocValues() public method

public AnonymousClassDocValues ( short arr, ShortFieldSource enclosingInstance ) : System
arr short
enclosingInstance ShortFieldSource
return System

FloatVal() public method

public FloatVal ( int doc ) : float
doc int
return float

IntVal() public method

public IntVal ( int doc ) : int
doc int
return int

ToString() public method

public ToString ( int doc ) : System.String
doc int
return System.String