Occur
- Namespace
- Rowles.LeanLucene.Search
- Assembly
- Rowles.LeanLucene.dll
Boolean clause occurrence type.
public enum Occur
Fields
Must = 0Document must match this clause. Non-matching documents are excluded.
MustNot = 2Document must not match this clause; any matching document is excluded from results.
Should = 1Document may match this clause; contributes to relevance scoring but is not required.