Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

Report information
The Basics
Id: 12716
Status: resolved
Priority: 0/
Queue: Plucene

People
Owner: Nobody in particular
Requestors: murray [...] minty.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 1.23



Subject: POD : one char typo to Index::SegmentReader
simple doc typo patch attached
--- orig.SegmentReader.pm Sat May 7 18:51:25 2005 +++ SegmentReader.pm Sat May 7 18:51:38 2005 @@ -251,8 +251,8 @@ my $norms = $seg_reader->norms($field, $offset); -This returns the byte-encoded normalisation factor for the passed field. This -us used by the search code to score documents. +This returns the byte-encoded normalisation factor for the passed field. +This is used by the search code to score documents. Note we are not using the 'offset' and 'bytes' arguments per the Java. Instead, callers should use substr to put the result of "norms" into