Re: undefined primitive types

2006-09-25 Thread Greg Colvin
On Sep 24, 2006, at 11:44 PM, David Balmain wrote: Hi Greg, I don't know which documentation of the Lucene FileFormat you are looking at but you can see UInt32 (Int) UInt64 (Long) and VInt defined here: http://lucene.apache.org/java/docs/fileformats.html That's where I was looking. Nowher

Re: undefined primitive types

2006-09-24 Thread David Balmain
Hi Greg, I don't know which documentation of the Lucene FileFormat you are looking at but you can see UInt32 (Int) UInt64 (Long) and VInt defined here: http://lucene.apache.org/java/docs/fileformats.html Are you at liberty to tell us what you are working on? You may also like to take a look

Re: undefined primitive types

2006-09-24 Thread Greg Colvin
Just. I'll look there, thanks. On Sep 24, 2006, at 10:48 PM, Otis Gospodnetic wrote: Hi Greg, Are you aware of CLucene? Otis - Original Message From: Greg Colvin <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Sunday, September 24, 2006 9:25:35 PM Subject: undefined primiti

Re: undefined primitive types

2006-09-24 Thread Otis Gospodnetic
Hi Greg, Are you aware of CLucene? Otis - Original Message From: Greg Colvin <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Sunday, September 24, 2006 9:25:35 PM Subject: undefined primitive types I'm trying to write C++ code following the Lucene File Formats document, and fi