[jira] Updated: (LUCENE-662) Extendable writer and reader of field data

2006-09-24 Thread JIRA
[ http://issues.apache.org/jira/browse/LUCENE-662?page=all ] Nicolas Lalevée updated LUCENE-662: --- Attachment: generic-fieldIO-2.patch I think I got it. What was disturbing on the last patch was the notion of FieldData I added. So I removed it. So

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2006-09-24 Thread Paul Elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=comments#action_12437242 ] Paul Elschot commented on LUCENE-584: - I wrote: One could add an abstract Scorer.explain() to catch these, or provide a default implementation for

undefined primitive types

2006-09-24 Thread Greg Colvin
I'm trying to write C++ code following the Lucene File Formats document, and find that the terms Int, Long, and VLong are left undefined. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

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

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