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

Inheritance: Lucene.Net.Search.Function.FieldCacheSource
Mostra 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
IntFieldSource ( System field ) : System

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

IntFieldSource ( System field, Lucene parser ) : System

Create a cached int field source with a specific string-to-int 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

IntFieldSource() public method

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

IntFieldSource() public method

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