C# Class Lucene.Net.Search.TestRegexpRandom2

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Protected Properties

Свойство Type Description
FieldName string
Searcher1 IndexSearcher
Searcher2 IndexSearcher

Méthodes protégées

Méthode Description
AssertSame ( string regexp ) : void

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

Private Methods

Méthode Description
SetUp ( ) : void
TearDown ( ) : void
TestRegexps ( ) : void

Method Details

AssertSame() protected méthode

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

Property Details

FieldName protected_oe property

protected string FieldName
Résultat string

Searcher1 protected_oe property

protected IndexSearcher,Lucene.Net.Search Searcher1
Résultat IndexSearcher

Searcher2 protected_oe property

protected IndexSearcher,Lucene.Net.Search Searcher2
Résultat IndexSearcher