C# 클래스 Lucene.Net.Search.TestMultiTermConstantScore

파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
AssertEquals ( string m, int e, int a ) : void
Cspq ( Term prefix ) : Query

macro for readability

Csrq ( string f, string l, string h, bool il, bool ih ) : Query

macro for readability

Csrq ( string f, string l, string h, bool il, bool ih, MultiTermQuery method ) : Query
Cswcq ( Term wild ) : Query

macro for readability

비공개 메소드들

메소드 설명
AfterClass ( ) : void
BeforeClass ( ) : void
TestBasics ( ) : void
TestBooleanOrderUnAffected ( ) : void
TestBoost ( ) : void
TestEqualScores ( ) : void
TestEqualScoresWhenNoHits ( ) : void
TestPad ( ) : void
TestRangeQueryId ( ) : void
TestRangeQueryRand ( ) : void

메소드 상세

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( string m, int e, int a ) : void
m string
e int
a int
리턴 void

Cspq() 공개 정적인 메소드

macro for readability
public static Cspq ( Term prefix ) : Query
prefix Term
리턴 Query

Csrq() 공개 정적인 메소드

macro for readability
public static Csrq ( string f, string l, string h, bool il, bool ih ) : Query
f string
l string
h string
il bool
ih bool
리턴 Query

Csrq() 공개 정적인 메소드

public static Csrq ( string f, string l, string h, bool il, bool ih, MultiTermQuery method ) : Query
f string
l string
h string
il bool
ih bool
method MultiTermQuery
리턴 Query

Cswcq() 공개 정적인 메소드

macro for readability
public static Cswcq ( Term wild ) : Query
wild Term
리턴 Query