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