
TermVectorEntry
- Namespace
- Rowles.LeanLucene.Codecs.TermVectors
- Assembly
- Rowles.LeanLucene.dll
A single term vector entry: term text, frequency in the document, and positions.
public readonly record struct TermVectorEntry : IEquatable<TermVectorEntry>
TermVectorEntry(string, int, int[])
A single term vector entry: term text, frequency in the document, and positions.
Freq
The number of times the term appears in the document.
Positions
The token positions at which the term appears.
Term
The term text.