NAME Plucene::Bitvector - a vector of bits SYNOPSIS # isa Bit::Vector::Minimal; my $bitvector = Plucene::Bitvector->read($stream); $bitvector->write($stream); my $count = $bitvector->count; DESCRIPTION A serialisable implementation of a vector of bits. This subclass of Bit::Vector::Minimal allows the writing (and reading) of vectors to (and from) a Plucene stream. METHODS count my $count = $bitvector->count; Compute the number of one-bits. write $bitvector->write($stream); Write this vector to the passed in stream. read my $bitvector = Plucene::Bitvector->read($stream); Read from the passed in stream.
Generated by phpman v3.7.12 Author: Che Dong Under GNU General Public License
2026-06-13 14:48 @216.73.216.28
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)