Constructor BooleanQuery
BooleanQuery()
Constructs an empty boolean query.
Declaration
public BooleanQuery()
BooleanQuery(Boolean)
Constructs an empty boolean query.
Coord(Int32, Int32) may be disabled in scoring, as appropriate. For example, this score factor does not make sense for most automatically generated queries, like WildcardQuery and FuzzyQuery.
Declaration
public BooleanQuery(bool disableCoord)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disableCoord | Disables Coord(Int32, Int32) in scoring. |