Table of Contents

Internal interfaceInternal IBitSet

Namespace
Rowles.LeanLucene.Util
Assembly
Rowles.LeanLucene.dll

Narrow read-only abstraction over a set of document identifiers. Used by HNSW search for filter masks (allow-list and post-filter mask).

internal interface IBitSet

Public property Cardinality

Number of identifiers currently contained in the set.

Public method Contains(int)

Returns true when the document identifier is contained in the set.