
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
Cardinality
Number of identifiers currently contained in the set.
Contains(int)
Returns true when the document identifier is contained in the set.