C# Class Lucene.Net.QueryParsers.Analyzing.TestAnalyzingQueryParser

Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
GetAnalyzedQuery ( string s, Analyzer a, bool allowLeadingWildcard ) : Query
IsAHit ( Query q, string content, Analyzer analyzer ) : bool
ParseWithAnalyzingQueryParser ( string s, Analyzer a, bool allowLeadingWildcard ) : string
TestByteTerms ( ) : void
TestFuzzyQuery ( ) : void
TestPrefixQuery ( ) : void
TestRangeQuery ( ) : void
TestSingleChunkExceptions ( ) : void
TestWildCardEscapes ( ) : void
TestWildCardQuery ( ) : void
TestWildCardQueryNoLeadingAllowed ( ) : void
TestWildcardAlone ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void