Table of Contents

Internal structRead-onlyInternal StreamingPostingsMerger.Result

Namespace
Rowles.LeanCorpus.Codecs.Postings
Assembly
Rowles.LeanCorpus.dll

Result of a streaming merge: the sorted term list and the per-term .pos offsets needed to write the .dic file.

internal readonly record struct StreamingPostingsMerger.Result : IEquatable<StreamingPostingsMerger.Result>

Public constructor Result(List<string>, Dictionary<string, long>)

Result of a streaming merge: the sorted term list and the per-term .pos offsets needed to write the .dic file.

Public property Offsets

Public property SortedTerms