Man Page: plucene::bitvector
Operating Environment: debian
Section: 3pm
Plucene::Bitvector(3pm) User Contributed Perl Documentation Plucene::Bitvector(3pm)NAMEPlucene::Bitvector - a vector of bitsSYNOPSIS# isa Bit::Vector::Minimal; my $bitvector = Plucene::Bitvector->read($stream); $bitvector->write($stream); my $count = $bitvector->count;DESCRIPTIONA 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.METHODScount 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::document::field(3pm) - debian |
| plucene::index::fieldinfos(3pm) - debian |
| plucene::index::segmentinfos(3pm) - debian |
| plucene::index::writer(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| New UNIX and Linux History Sections |