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

Inheritance: Lucene.Net.Search.Function.FieldCacheSource
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
CachedFieldSourceEquals ( Lucene.Net.Search.Function.FieldCacheSource o ) : bool
CachedFieldSourceHashCode ( ) : int
Description ( ) : System.String
GetCachedFieldValues ( Lucene.Net.Search.FieldCache cache, System field, Lucene.Net.Index.IndexReader reader ) : Lucene.Net.Search.Function.DocValues
ShortFieldSource ( System field ) : System

Create a cached short field source with default string-to-short parser.

ShortFieldSource ( System field, Lucene parser ) : System

Create a cached short field source with a specific string-to-short parser.

Method Details

CachedFieldSourceEquals() public méthode

public CachedFieldSourceEquals ( Lucene.Net.Search.Function.FieldCacheSource o ) : bool
o Lucene.Net.Search.Function.FieldCacheSource
Résultat bool

CachedFieldSourceHashCode() public méthode

public CachedFieldSourceHashCode ( ) : int
Résultat int

Description() public méthode

public Description ( ) : System.String
Résultat System.String

GetCachedFieldValues() public méthode

public GetCachedFieldValues ( Lucene.Net.Search.FieldCache cache, System field, Lucene.Net.Index.IndexReader reader ) : Lucene.Net.Search.Function.DocValues
cache Lucene.Net.Search.FieldCache
field System
reader Lucene.Net.Index.IndexReader
Résultat Lucene.Net.Search.Function.DocValues

ShortFieldSource() public méthode

Create a cached short field source with default string-to-short parser.
public ShortFieldSource ( System field ) : System
field System
Résultat System

ShortFieldSource() public méthode

Create a cached short field source with a specific string-to-short parser.
public ShortFieldSource ( System field, Lucene parser ) : System
field System
parser Lucene
Résultat System