Method NewBooleanClause
NewBooleanClause(Query, Occur)
Builds a new BooleanClause instance
Declaration
protected virtual BooleanClause NewBooleanClause(Query q, Occur occur)
Parameters
Type | Name | Description |
---|---|---|
Query | q | sub query |
Occur | occur | how this clause should occur when matching documents |
Returns
Type | Description |
---|---|
BooleanClause | new BooleanClause instance |