You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mohamed Zergaoui <m....@efl.fr> on 2003/10/08 16:55:43 UTC

An error in the Web site

why do we read in

http://jakarta.apache.org/lucene/docs/fileformats.html

Uint64

    64-bit unsigned integers are written as eight bytes, high-order
    bytes first.

    UInt32 --> <Byte>^8

instead of

UInt64

    64-bit unsigned integers are written as eight bytes, high-order
    bytes first.

    UInt64 --> <Byte>^8






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


Re: An error in the Web site

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Fixed, thanks!  (it'll be updated on the web eventually, but the fix is 
in CVS now)

On Wednesday, October 8, 2003, at 10:55  AM, Mohamed Zergaoui wrote:
> why do we read in
>
> http://jakarta.apache.org/lucene/docs/fileformats.html
>
> Uint64
>
>    64-bit unsigned integers are written as eight bytes, high-order
>    bytes first.
>
>    UInt32 --> <Byte>^8
>
> instead of
>
> UInt64
>
>    64-bit unsigned integers are written as eight bytes, high-order
>    bytes first.
>
>    UInt64 --> <Byte>^8
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


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