Table of Contents

Enum KeywordCombinator

Namespace
Qavren.Edge.VectorData
Assembly
Qavren.Edge.VectorData.dll

How the keywords of a hybrid search are combined into one FTS5 MATCH expression.

public enum KeywordCombinator

Fields

Or = 0

Any keyword matches. The default.

And = 1

Every keyword must match.