|  | Lucene.Net
    3.0.3
    Lucene.Net is a .NET port of the Java Lucene Indexing Library | 
A clause in a BooleanQuery. More...
| Public Member Functions | |
| BooleanClause (Query query, Occur occur) | |
| Constructs a BooleanClause. | |
| override bool | Equals (System.Object o) | 
| Returns true if ois equal to this. | |
| override int | GetHashCode () | 
| Returns a hash code value for this object. | |
| override System.String | ToString () | 
| Properties | |
| virtual Occur | Occur  [get, set] | 
| virtual Query | Query  [get, set] | 
| The query whose matching documents are combined by the boolean query. | |
| virtual bool | IsProhibited  [get] | 
| virtual bool | IsRequired  [get] | 
A clause in a BooleanQuery.
Definition at line 25 of file BooleanClause.cs.
Constructs a BooleanClause.
Definition at line 30 of file BooleanClause.cs.
| override bool Lucene.Net.Search.BooleanClause.Equals | ( | System.Object | o | ) | 
Returns true if o is equal to this. 
Definition at line 63 of file BooleanClause.cs.
| override int Lucene.Net.Search.BooleanClause.GetHashCode | ( | ) | 
Returns a hash code value for this object.
Definition at line 72 of file BooleanClause.cs.
| override System.String Lucene.Net.Search.BooleanClause.ToString | ( | ) | 
Definition at line 78 of file BooleanClause.cs.
| 
 | get | 
Definition at line 52 of file BooleanClause.cs.
| 
 | get | 
Definition at line 57 of file BooleanClause.cs.
| 
 | getset | 
Definition at line 37 of file BooleanClause.cs.
| 
 | getset | 
The query whose matching documents are combined by the boolean query.
Definition at line 46 of file BooleanClause.cs.
 1.8.3
 1.8.3