You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mike Klaas <mi...@gmail.com> on 2010/04/14 09:22:17 UTC

Google-developed posting list encoding

Can be quite a bit faster than vInt in some cases:
http://www.ir.uwaterloo.ca/book/addenda-06-index-compression.html

-Mike

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


Re: Google-developed posting list encoding

Posted by Michael McCandless <lu...@mikemccandless.com>.
Flex has already landed (in trunk, for 3.1), so this is "just" a
matter of someone creating a codec using Group VarInt.

Mike

On Wed, Apr 14, 2010 at 4:58 AM, John Wang <jo...@gmail.com> wrote:
> This would be something that's excellent for contribution after the
> Flex-Indexing support is added.
> -John
>
> On Wed, Apr 14, 2010 at 12:22 AM, Mike Klaas <mi...@gmail.com> wrote:
>>
>> Can be quite a bit faster than vInt in some cases:
>> http://www.ir.uwaterloo.ca/book/addenda-06-index-compression.html
>>
>> -Mike
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-dev-help@lucene.apache.org
>>
>
>

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


Re: Google-developed posting list encoding

Posted by John Wang <jo...@gmail.com>.
This would be something that's excellent for contribution after the
Flex-Indexing support is added.

-John

On Wed, Apr 14, 2010 at 12:22 AM, Mike Klaas <mi...@gmail.com> wrote:

> Can be quite a bit faster than vInt in some cases:
> http://www.ir.uwaterloo.ca/book/addenda-06-index-compression.html
>
> -Mike
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>