Namespace Lucene.Net.QueryParsers.Flexible.Core
Classes
QueryNodeError
Error class with NLS support
QueryNodeException
This exception should be thrown if something wrong happens when dealing with IQueryNodes.
It also supports NLS messages.
QueryNodeParseException
This should be thrown when an exception happens during the query parsing from string to the query node tree.
QueryParserHelper<TQuery>
This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building.
It contains methods that allows the user to change the implementation used on the three phases.