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

Michael McCandless commented on LUCENE-3706:
--------------------------------------------

Patch looks good!

We save a lot of space (~860 MB -> ~552 MB) putting the offsets in the postings 
instead of term vectors.
                
> add offsets into lucene40 postings
> ----------------------------------
>
>                 Key: LUCENE-3706
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3706
>             Project: Lucene - Java
>          Issue Type: New Feature
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>         Attachments: LUCENE-3706.patch
>
>
> LUCENE-3684 added support for 
> IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS, but
> only SimpleText implements it.
> I think we should implement it in the other 4.0 codecs (starting with 
> Lucene40PostingsFormat).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to