On Thu, 2013-03-14 at 11:03 +0100, Toke Eskildsen wrote:
>   (timestamp_in_ms << 10) & counter++

This should be

  (timestamp_in_ms << 10) | counter++



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to