Class BooleanClause
A clause in a BooleanQuery.
Inheritance
System.Object
BooleanClause
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class BooleanClause : object
Constructors
Name | Description |
---|---|
BooleanClause(Query, Occur) | Constructs a BooleanClause. |
Properties
Name | Description |
---|---|
IsProhibited | |
IsRequired | |
Occur | |
Query | The query whose matching documents are combined by the boolean query. |
Methods
Name | Description |
---|---|
Equals(Object) | Returns true if |
GetHashCode() | Returns a hash code value for this object. |
ToString() |