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

상속: Lucene.Net.Util.LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
FieldName string
Searcher1 IndexSearcher
Searcher2 IndexSearcher

보호된 메소드들

메소드 설명
AssertSame ( string regexp ) : void

check that the # of hits is the same as from a very simple regexpquery implementation.

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestRegexps ( ) : void

메소드 상세

AssertSame() 보호된 메소드

check that the # of hits is the same as from a very simple regexpquery implementation.
protected AssertSame ( string regexp ) : void
regexp string
리턴 void

프로퍼티 상세

FieldName 보호되어 있는 프로퍼티

protected string FieldName
리턴 string

Searcher1 보호되어 있는 프로퍼티

protected IndexSearcher,Lucene.Net.Search Searcher1
리턴 IndexSearcher

Searcher2 보호되어 있는 프로퍼티

protected IndexSearcher,Lucene.Net.Search Searcher2
리턴 IndexSearcher