

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>
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.