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
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
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
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