C# Class Lucene.Net.QueryParsers.Ext.TestExtendableQueryParser

显示文件 Open project: apache/lucenenet

Public Methods

Method Description
GetParser ( Analyzer a ) : Classic.QueryParser
GetParser ( Analyzer a, Extensions extensions ) : Classic.QueryParser
NewExtensions ( char delimiter ) : Extensions

Private Methods

Method Description
TestAutoGeneratePhraseQueriesOn ( ) : void
TestBooleanQuery ( ) : void
TestBoost ( ) : void
TestCJK ( ) : void
TestCJKBoostedPhrase ( ) : void
TestCJKBoostedTerm ( ) : void
TestCJKPhrase ( ) : void
TestCJKSloppyPhrase ( ) : void
TestCJKSynonym ( ) : void
TestCJKSynonymsAND ( ) : void
TestCJKSynonymsAND2 ( ) : void
TestCJKSynonymsOR ( ) : void
TestCJKSynonymsOR2 ( ) : void
TestCJKSynonymsPhrase ( ) : void
TestCJKTerm ( ) : void
TestCollatedRange ( ) : void
TestCustomQueryParserFuzzy ( ) : void
TestCustomQueryParserWildcard ( ) : void
TestDateRange ( ) : void
TestDefaultOperator ( ) : void
TestDistanceAsEditsParsing ( ) : void
TestEscaped ( ) : void
TestEscapedVsQuestionMarkAsWildcard ( ) : void
TestEscapedWildcard ( ) : void
TestException ( ) : void
TestExtDefaultField ( ) : void
TestExtField ( ) : void
TestExtFieldUnqoted ( ) : void
TestFuzzySlopeExtendability ( ) : void
TestLeadingWildcardType ( ) : void
TestMatchAllDocs ( ) : void
TestMatchAllQueryParsing ( ) : void
TestNestedAndClausesFoo ( ) : void
TestNewFieldQuery ( ) : void
TestNumber ( ) : void
TestOperatorVsWhitespace ( ) : void
TestParseWildcardAndPhraseQueries ( ) : void
TestPhraseQueryPositionIncrements ( ) : void
TestPhraseQueryToString ( ) : void
TestPositionIncrement ( ) : void
TestPositionIncrements ( ) : void
TestPrecedence ( ) : void
TestProtectedCtors ( ) : void
TestPunct ( ) : void
TestQPA ( ) : void
TestQueryStringEscaping ( ) : void
TestRange ( ) : void
TestRangeWithPhrase ( ) : void
TestRegexps ( ) : void
TestSimple ( ) : void
TestSimpleDAO ( ) : void
TestSlop ( ) : void
TestStarParsing ( ) : void
TestStopwords ( ) : void
TestSynonyms ( ) : void
TestSynonymsPhrase ( ) : void
TestTabNewlineCarriageReturn ( ) : void
TestUnescapedExtDelimiter ( ) : void
TestWildcard ( ) : void

Method Details

GetParser() public method

public GetParser ( Analyzer a ) : Classic.QueryParser
a Lucene.Net.Analysis.Analyzer
return Classic.QueryParser

GetParser() public method

public GetParser ( Analyzer a, Extensions extensions ) : Classic.QueryParser
a Lucene.Net.Analysis.Analyzer
extensions Extensions
return Classic.QueryParser

NewExtensions() public method

public NewExtensions ( char delimiter ) : Extensions
delimiter char
return Extensions