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 = 0Any keyword matches. The default.
And = 1Every keyword must match.