Class SearchGroup
LUCENENET specific class used to nest types to mimic the syntax used by Lucene (that is, without specifying the generic closing type of SearchGroup<TGroupValue>)
Inheritance
System.Object
SearchGroup
Assembly: Lucene.Net.Grouping.dll
Syntax
public class SearchGroup : object
Methods
Name | Description |
---|---|
Merge<T>(IList<IEnumerable<ISearchGroup<T>>>, Int32, Int32, Sort) | Merges multiple collections of top groups, for example
obtained from separate index shards. The provided
groupSort must match how the groups were sorted, and
the provided SearchGroups must have been computed
with NOTE: this returns null if the topGroups is empty. |