Class CorePlusExtensionsParser
Assembles a QueryBuilder which uses Query objects from
Lucene's sandbox
and queries
modules in addition to core queries.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class CorePlusExtensionsParser : CoreParser, IQueryBuilder
Constructors
Name | Description |
---|---|
CorePlusExtensionsParser(Analyzer, QueryParser) | Construct an XML parser that uses a single instance QueryParser for handling UserQuery tags - all parse operations are synchronized on this parser |
CorePlusExtensionsParser(String, Analyzer) | Constructs an XML parser that creates a QueryParser for each UserQuery request. |