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

Inheritance: Lucene.Net.Search.Function.FieldCacheSource
Show file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
CachedFieldSourceEquals ( Lucene.Net.Search.Function.FieldCacheSource o ) : bool
CachedFieldSourceHashCode ( ) : int
Description ( ) : System.String
FloatFieldSource ( System field ) : System

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

FloatFieldSource ( System field, Lucene parser ) : System

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

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

Method Details

CachedFieldSourceEquals() public method

public CachedFieldSourceEquals ( Lucene.Net.Search.Function.FieldCacheSource o ) : bool
o Lucene.Net.Search.Function.FieldCacheSource
return bool

CachedFieldSourceHashCode() public method

public CachedFieldSourceHashCode ( ) : int
return int

Description() public method

public Description ( ) : System.String
return System.String

FloatFieldSource() public method

Create a cached float field source with default string-to-float parser.
public FloatFieldSource ( System field ) : System
field System
return System

FloatFieldSource() public method

Create a cached float field source with a specific string-to-float parser.
public FloatFieldSource ( System field, Lucene parser ) : System
field System
parser Lucene
return System

GetCachedFieldValues() public method

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
return Lucene.Net.Search.Function.DocValues