C# (CSharp) Lucene.Net.QueryParsers.Flexible.Standard Namespace

Nested Namespaces

Lucene.Net.QueryParsers.Flexible.Standard.Builders
Lucene.Net.QueryParsers.Flexible.Standard.Config
Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Lucene.Net.QueryParsers.Flexible.Standard.Parser
Lucene.Net.QueryParsers.Flexible.Standard.Processors

Classes

Name Description
QueryParserUtil This class defines utility methods to (help) parse query strings into Query objects.
TestMultiAnalyzerQPHelper This test case is a copy of the core Lucene query parser test, it was adapted to use new QueryParserHelper instead of the old query parser. Test QueryParser's ability to deal with Analyzers that return more than one token per position or that return tokens with a position increment > 1.
TestMultiAnalyzerQPHelper.MultiAnalyzer
TestMultiAnalyzerQPHelper.PosIncrementAnalyzer
TestMultiAnalyzerQPHelper.TestFilter
TestMultiAnalyzerQPHelper.TestPosIncrementFilter
TestMultiFieldQPHelper This test case is a copy of the core Lucene query parser test, it was adapted to use new QueryParserHelper instead of the old query parser. Tests QueryParser.
TestMultiFieldQPHelper.AnalyzerReturningNull
TestNumericQueryParser
TestQPHelper This test case is a copy of the core Lucene query parser test, it was adapted to use new QueryParserHelper instead of the old query parser. Tests QueryParser.
TestQPHelper.CannedAnalyzer
TestQPHelper.CannedTokenizer
TestQPHelper.QPTestAnalyzer
TestQPHelper.QPTestFilter
TestQPHelper.QPTestParser
TestQPHelper.QPTestParser.QPTestParserQueryNodeProcessor
TestQPHelper.SimpleCJKAnalyzer
TestQPHelper.SimpleCJKTokenizer
TestStandardQP Tests QueryParser.
TestStandardQP.TestOperatorVsWhiteSpaceAnalyzer