Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitmapFromPostingsList ¶ added in v0.5.0
BitmapFromPostingsList returns a bitmap from a postings list if it is a roaring bitmap postings list.
func NewPostingsList ¶
func NewPostingsList() postings.MutableList
NewPostingsList returns a new mutable postings list backed by a Roaring Bitmap.
func NewPostingsListFromBitmap ¶ added in v0.5.0
func NewPostingsListFromBitmap(bitmap *roaring.Bitmap) postings.MutableList
NewPostingsListFromBitmap returns a new mutable postings list using an existing roaring bitmap.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.