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

Inheritance: Lucene.Net.Search.Function.DocValues
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

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

Private Methods

Méthode Description
InitBlock ( short arr, ShortFieldSource enclosingInstance ) : void

Method Details

AnonymousClassDocValues() public méthode

public AnonymousClassDocValues ( short arr, ShortFieldSource enclosingInstance ) : System
arr short
enclosingInstance ShortFieldSource
Résultat System

FloatVal() public méthode

public FloatVal ( int doc ) : float
doc int
Résultat float

IntVal() public méthode

public IntVal ( int doc ) : int
doc int
Résultat int

ToString() public méthode

public ToString ( int doc ) : System.String
doc int
Résultat System.String