Class NotQuery
Factory for prohibited clauses
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.QueryParsers.Surround.Query
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class NotQuery : ComposedQuery
Constructors
| Improve this Doc View SourceNotQuery(IList<SrndQuery>, String)
Declaration
public NotQuery(IList<SrndQuery> queries, string opName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IList<SrndQuery> | queries | |
| System.String | opName |
Methods
| Improve this Doc View SourceMakeLuceneQueryFieldNoBoost(String, BasicQueryFactory)
Declaration
public override Query MakeLuceneQueryFieldNoBoost(string fieldName, BasicQueryFactory qf)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fieldName | |
| BasicQueryFactory | qf |
Returns
| Type | Description |
|---|---|
| Lucene.Net.Search.Query |