C# Class Lucene.Net.Join.TermsIncludingScoreQuery

Inheritance: Lucene.Net.Search.Query
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( TermsIncludingScoreQuery other ) : bool

Private Methods

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

public CreateWeight ( IndexSearcher searcher ) : Weight
searcher Lucene.Net.Search.IndexSearcher
return Lucene.Net.Search.Weight

Equals() protected method

protected Equals ( TermsIncludingScoreQuery other ) : bool
other TermsIncludingScoreQuery
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExtractTerms() public method

public ExtractTerms ( ISet terms ) : void
terms ISet
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

Rewrite() public method

public Rewrite ( IndexReader reader ) : Query
reader IndexReader
return Query

ToString() public method

public ToString ( string @string ) : string
@string string
return string