Yes, the index generated by Java or C# Lucene are cross compatible. If fact, if you share the lock file, you can have a Java and a C# Lucene read/write to the same index concurrently. Just make sure you are using the same release version if you do this.
-- George Aroush -----Original Message----- From: Dean Harding [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 4:24 PM To: [email protected] Subject: RE: Search using .Net code in Java based Index > I am lucene user and I have created a Index using Java code and after > that I wants to search using VB.Net code, so what should i do ? The file format is the same, I believe, so it should "just work" without anything special. Dean.
