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

David Smiley commented on LUCENE-4599:
--------------------------------------

The ord reference approach seems most interesting to me, even if it's not 
workable at the moment (based on Mike's comment).  If things were changed to 
make ord's possible then there wouldn't even need to be any term information in 
term-vectors whatsoever; right?  Not even the ord (integer) itself because the 
array of each term vector is intrinsically in ord-order and aligned exactly to 
each ord; right?

Does anyone know roughly what % of term-vector storage is currently for the 
term?
                
> Compressed term vectors
> -----------------------
>
>                 Key: LUCENE-4599
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4599
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/codecs, core/termvectors
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: 4.1
>
>         Attachments: LUCENE-4599.patch
>
>
> We should have codec-compressed term vectors similarly to what we have with 
> stored fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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