RE: fdt file format

2011-10-04 Thread Michael Ryan
> After those 4 bytes it should match? Thanks. Yup, seems to match after that. -Michael - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: fdt file format

2011-10-03 Thread Michael McCandless
Look at src/java/org/apache/lucene/index/FieldsWriter.java It looks like the file format docs don't specify the 4 byte (int, value=3, big-endian I think) header we write. After those 4 bytes it should match? Mike McCandless http://blog.mikemccandless.com On Mon, Oct 3, 2011 at 3:11 PM, Michael