plucene::bitvector(3pm) debian man page | unix.com

Man Page: plucene::bitvector

Operating Environment: debian

Section: 3pm

Plucene::Bitvector(3pm) 				User Contributed Perl Documentation				   Plucene::Bitvector(3pm)

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. perl v5.12.4 2011-08-14 Plucene::Bitvector(3pm)
Related Man Pages
bit::vector::minimal(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::search::query(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph