Class ExtensionQuery
ExtensionQuery holds all query components extracted from the original query string like the query field and the extension query string.
Inheritance
System.Object
ExtensionQuery
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 ExtensionQuery
Constructors
Name | Description |
---|---|
ExtensionQuery(QueryParser, String, String) | Creates a new ExtensionQuery |
Properties
Name | Description |
---|---|
Field | Returns the query field |
RawQueryString | Returns the raw extension query string |
TopLevelParser | Returns the top level parser which created this ExtensionQuery |