You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2006/11/16 22:34:39 UTC

[jira] Created: (LUCENE-713) File Formats Documentation is not correct for Term Vectors

File Formats Documentation is not correct for Term Vectors
----------------------------------------------------------

                 Key: LUCENE-713
                 URL: http://issues.apache.org/jira/browse/LUCENE-713
             Project: Lucene - Java
          Issue Type: Bug
          Components: Website
            Reporter: Grant Ingersoll
         Assigned To: Grant Ingersoll
            Priority: Minor


>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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-713) File Formats Documentation is not correct for Term Vectors

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-713?page=all ]

Grant Ingersoll resolved LUCENE-713.
------------------------------------

    Resolution: Fixed

Put in wording to account for offset and position info in the TVF file.

Changes have been committed and website updated (allow time for synchronization)

> File Formats Documentation is not correct for Term Vectors
> ----------------------------------------------------------
>
>                 Key: LUCENE-713
>                 URL: http://issues.apache.org/jira/browse/LUCENE-713
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Website
>            Reporter: Grant Ingersoll
>         Assigned To: Grant Ingersoll
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-713) File Formats Documentation is not correct for Term Vectors

Posted by "Shahan Khatchadourian (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shahan Khatchadourian updated LUCENE-713:
-----------------------------------------


In the current implementation, token offsets are not stored as they are provided in the Token. DocumentWriter makes a token's startOffset relative to +1 of the previous Token's endOffset.

> File Formats Documentation is not correct for Term Vectors
> ----------------------------------------------------------
>
>                 Key: LUCENE-713
>                 URL: https://issues.apache.org/jira/browse/LUCENE-713
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Website
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org