Constructor ToParentBlockJoinCollector
ToParentBlockJoinCollector(Sort, Int32, Boolean, Boolean)
Creates a ToParentBlockJoinCollector. The provided sort
must
not be null. If you pass true trackScores
, all
ToParentBlockQuery instances must not use
None.
Declaration
public ToParentBlockJoinCollector(Sort sort, int numParentHits, bool trackScores, bool trackMaxScore)
Parameters
Type | Name | Description |
---|---|---|
Sort | sort | |
System.Int32 | numParentHits | |
System.Boolean | trackScores | |
System.Boolean | trackMaxScore |