debian man page for plucene::bitvector

Query: plucene::bitvector

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
plucene(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::search::booleanquery(3pm) - debian
plucene::search::query(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph