You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/20 14:37:00 UTC

[jira] [Commented] (LUCENE-9353) Move metadata of the terms dictionary to its own file

    [ https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325840#comment-17325840 ] 

ASF subversion and git services commented on LUCENE-9353:
---------------------------------------------------------

Commit 5f5d1949e9296eb9c8a57c4f2f1b325ffadabaf8 in lucene's branch refs/heads/main from Tomoko Uchida
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=5f5d194 ]

LUCENE-9353: revise format documentation of Lucene90BlockTreeTermsWriter (#90)



> Move metadata of the terms dictionary to its own file
> -----------------------------------------------------
>
>                 Key: LUCENE-9353
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9353
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>             Fix For: 8.6
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently opening a terms index requires jumping to the end of the terms index and terms dictionaries to decode some metadata such as sumTtf or file pointers where information for a given field is located. It'd be nicer to have it in a separate file, which would also have the benefit of letting us verify checksums for this part of the content.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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