C# 클래스 Lucene.Net.QueryParsers.TestMultiFieldQueryParser

파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
tesStopwordsParsing ( ) : void

test stop words arsing for both the non static form, and for the corresponding static form (qtxt, fields[]).

비공개 메소드들

메소드 설명
AssertStopQueryEquals ( string qtxt, string expectedRes ) : void
TestAnalyzerReturningNull ( ) : void
TestBoostsSimple ( ) : void
TestSimple ( ) : void
TestStaticMethod1 ( ) : void
TestStaticMethod2 ( ) : void
TestStaticMethod2Old ( ) : void
TestStaticMethod3 ( ) : void
TestStaticMethod3Old ( ) : void
TestStopWordSearching ( ) : void

메소드 상세

tesStopwordsParsing() 공개 메소드

test stop words arsing for both the non static form, and for the corresponding static form (qtxt, fields[]).
public tesStopwordsParsing ( ) : void
리턴 void