file format of index

2006-07-13 Thread Beady Geraghty
As I understand from earlier answers to my question that one can create an index on machine A, and use it (search and merge with other indices) on Machine B. I was reading the file format today. http://lucene.apache.org/java/docs/fileformats.html The index has Byte UInt32 UInt64 in most

Re: file format of index

2006-07-13 Thread Beady Geraghty
I think that I may be misreading the documentation. I didn't see the description of the Long and Int type under the Primitive Types section, while reading about the description of Byte, UInt32, Uint64, VInt. So, for some reason I thought that Long and Int are byte order sensitive. Upon