Method PopulateResults
PopulateResults(ScoreDoc[], Int32)
Populates the results array with the ScoreDoc instances. This can be overridden in case a different ScoreDoc type should be returned.
Declaration
protected virtual void PopulateResults(ScoreDoc[] results, int howMany)
Parameters
Type | Name | Description |
---|---|---|
ScoreDoc[] | results | |
System.Int32 | howMany |