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 |
---|---|
Boolean |
Constructs a BooleanClause. |
Properties
Name | Description |
---|---|
Is |
|
Is |
|
Occur | |
Query | The query whose matching documents are combined by the boolean query. |
Methods
Name | Description |
---|---|
Equals(Object) | Returns true if |
Get |
Returns a hash code value for this object. |
To |