Table of Contents

Public enum Occur

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

Boolean clause occurrence type.

public enum Occur

Fields

Must = 0

Document must match this clause. Non-matching documents are excluded.

MustNot = 2

Document must not match this clause; any matching document is excluded from results.

Should = 1

Document may match this clause; contributes to relevance scoring but is not required.