Table of Contents

Public enum CollapseMode

Namespace
Rowles.LeanLucene.Search.Scoring
Assembly
Rowles.LeanLucene.dll

How to select the representative document per group.

public enum CollapseMode

Fields

MinScore = 1

Keep the lowest-scoring document per group (useful for ascending sort).

TopScore = 0

Keep the highest-scoring document per group.