C# Class Lucene.Net.Join.TermsIncludingScoreQuery

Inheritance: Lucene.Net.Search.Query
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
CreateWeight ( IndexSearcher searcher ) : Weight
Equals ( object obj ) : bool
ExtractTerms ( ISet terms ) : void
GetHashCode ( ) : int
Rewrite ( IndexReader reader ) : Query
ToString ( string @string ) : string

Méthodes protégées

Méthode Description
Equals ( TermsIncludingScoreQuery other ) : bool

Private Methods

Méthode Description
TermsIncludingScoreQuery ( string field, bool multipleValuesPerDocument, BytesRefHash terms, float scores, Query originalQuery ) : System.Collections.Generic
TermsIncludingScoreQuery ( string field, bool multipleValuesPerDocument, BytesRefHash terms, float scores, int ords, Query originalQuery, Query unwrittenOriginalQuery ) : System.Collections.Generic

Method Details

CreateWeight() public méthode

public CreateWeight ( IndexSearcher searcher ) : Weight
searcher Lucene.Net.Search.IndexSearcher
Résultat Lucene.Net.Search.Weight

Equals() protected méthode

protected Equals ( TermsIncludingScoreQuery other ) : bool
other TermsIncludingScoreQuery
Résultat bool

Equals() public méthode

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

ExtractTerms() public méthode

public ExtractTerms ( ISet terms ) : void
terms ISet
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Rewrite() public méthode

public Rewrite ( IndexReader reader ) : Query
reader IndexReader
Résultat Query

ToString() public méthode

public ToString ( string @string ) : string
@string string
Résultat string