

TermVectorsWriter
- Namespace
- Rowles.LeanLucene.Codecs.TermVectors
- Assembly
- Rowles.LeanLucene.dll
Writes per-document term vectors to .tvd (data) and .tvx (offset index) files. Format: .tvx: [docCount:int32] [long[] offsets into .tvd] .tvd per doc: [fieldCount:int32] per field: [fieldName:string] [termCount:int32] per term: [term:string] [freq:int32] [posCount:int32] [positions:int32[]]
internal static class TermVectorsWriter
TermVectorsWriter