C# Class Jarstan.ContentSearch.Linq.Azure.MatchNoDocsQuery.MatchNoDocsWeight

Inheritance: Lucene.Net.Search.Weight
Exibir arquivo Open project: jscott1277/SitecoreAzureSearchProvider

Public Methods

Method Description
Explain ( IndexReader reader, int doc ) : Explanation
GetSumOfSquaredWeights ( ) : float
MatchNoDocsWeight ( MatchNoDocsQuery enclosingInstance, Searcher searcher ) : Lucene.Net.Index
Normalize ( float queryNorm ) : void
Scorer ( IndexReader reader, bool scoreDocsInOrder, bool topScorer ) : Lucene.Net.Search.Scorer
ToString ( ) : string

Private Methods

Method Description
InitBlock ( MatchNoDocsQuery enclosingInstance ) : void

Method Details

Explain() public method

public Explain ( IndexReader reader, int doc ) : Explanation
reader Lucene.Net.Index.IndexReader
doc int
return Lucene.Net.Search.Explanation

GetSumOfSquaredWeights() public method

public GetSumOfSquaredWeights ( ) : float
return float

MatchNoDocsWeight() public method

public MatchNoDocsWeight ( MatchNoDocsQuery enclosingInstance, Searcher searcher ) : Lucene.Net.Index
enclosingInstance MatchNoDocsQuery
searcher Lucene.Net.Search.Searcher
return Lucene.Net.Index

Normalize() public method

public Normalize ( float queryNorm ) : void
queryNorm float
return void

Scorer() public method

public Scorer ( IndexReader reader, bool scoreDocsInOrder, bool topScorer ) : Lucene.Net.Search.Scorer
reader Lucene.Net.Index.IndexReader
scoreDocsInOrder bool
topScorer bool
return Lucene.Net.Search.Scorer

ToString() public method

public ToString ( ) : string
return string