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

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

Public Methods

Method Description
ByteFieldSource ( System field ) : System

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

ByteFieldSource ( System field, Lucene parser ) : System

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

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

Method Details

ByteFieldSource() public method

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

ByteFieldSource() public method

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

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