Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
From Samir Abdou on the dev mailing list:
Hi,
There is an inconsistency between the files format page (from Lucene
website) and the source code. It concerns the positions and offsets of term
vectors. It seems that documentation (website) is not up to date. According
to the file format page, offsets and positions are not stored! Is that
correct?
Many thanks,
Samir
Indeed, in the file formats term vectors section it doesn't talk about the storing of position and offset info.
Attachments
Issue Links
- is related to
-
LUCENE-579 TermPositionVector offsets incorrect if indexed field has multiple values and one ends with non-term chars
- Resolved