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

Paul Elschot commented on LUCENE-6764:
--------------------------------------

An easier implementation would be to store the n bits per payload contiguously 
in a bytesref docvalue.
When that docvalue becomes too big to be completely loaded per document, it can 
be made seekable.

A seekable docvalue (or payload) would also be better than the sometimes large 
payloads now used at LUCENE-5627.

> Payloads should be compressed
> -----------------------------
>
>                 Key: LUCENE-6764
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6764
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>
> I think we should at least try to do something simple, eg. deduplicate or 
> apply simple LZ77 compression. For instance if you use enclosing html tags to 
> give different weights to individual terms, there might be lots of 
> repetitions as there are not that many unique html tags.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to