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

Inheritance: FunctionTestSetup
Show file Open project: synhershko/lucene.net

Public Methods

Method Description
TestCustomScoreQuery ( ) : System
TestCustomScoreQuery ( System name ) : System

Private Methods

Method Description
DoTestCustomScore ( System field, Lucene.Net.Search.Function.FieldScoreQuery tp, double dboost ) : void
LogResult ( System msg, IndexSearcher s, Query q, int doc, float score1 ) : void
TestCustomExternalQuery ( ) : void
TestCustomScoreByte ( ) : void
TestCustomScoreFloat ( ) : void
TestCustomScoreInt ( ) : void
TestCustomScoreShort ( ) : void
TopDocsToMap ( Lucene.Net.Search.TopDocs td ) : System.Collections.Hashtable
VerifyResults ( float boost, IndexSearcher s, System h1, System h2customNeutral, System h3CustomMul, System h4CustomAdd, System h5CustomMulAdd, Query q1, Query q2, Query q3, Query q4, Query q5 ) : void

Method Details

TestCustomScoreQuery() public method

public TestCustomScoreQuery ( ) : System
return System

TestCustomScoreQuery() public method

public TestCustomScoreQuery ( System name ) : System
name System
return System