C# Class Lucene.Net.Queries.Function.ValueSources.IfFunction

Depending on the boolean value of the ifSource function, returns the value of the trueSource or falseSource function.
Inheritance: BoolFunction
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
CreateWeight ( IDictionary context, IndexSearcher searcher ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues
IfFunction ( ValueSource ifSource, ValueSource trueSource, ValueSource falseSource ) : System.Collections

Method Details

CreateWeight() public méthode

public CreateWeight ( IDictionary context, IndexSearcher searcher ) : void
context IDictionary
searcher Lucene.Net.Search.IndexSearcher
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValues() public méthode

public GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues
context IDictionary
readerContext Lucene.Net.Index.AtomicReaderContext
Résultat FunctionValues

IfFunction() public méthode

public IfFunction ( ValueSource ifSource, ValueSource trueSource, ValueSource falseSource ) : System.Collections
ifSource ValueSource
trueSource ValueSource
falseSource ValueSource
Résultat System.Collections