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

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
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 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

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

ShortFieldSource() public method

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

ShortFieldSource() public method

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