C# Class Lucene.Net.Search.TestRegexpRandom2

Inheritance: Lucene.Net.Util.LuceneTestCase
Show file Open project: apache/lucenenet Class Usage Examples

Protected Properties

Property Type Description
FieldName string
Searcher1 IndexSearcher
Searcher2 IndexSearcher

Protected Methods

Method Description
AssertSame ( string regexp ) : void

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

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestRegexps ( ) : void

Method Details

AssertSame() protected method

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

Property Details

FieldName protected property

protected string FieldName
return string

Searcher1 protected property

protected IndexSearcher,Lucene.Net.Search Searcher1
return IndexSearcher

Searcher2 protected property

protected IndexSearcher,Lucene.Net.Search Searcher2
return IndexSearcher