Zend Lucene Framework Interoperability
Hi there,
I am new to Lucene and I must admit that it is very powerfull, but I faced a big problem of interoperability.
I used the latest Zend framework to create a lucene indexed document.
On the other hand, I used a C# Lucene reader just to test the index reading/writing execution time for both languages/platform.
I was so surprised that my C# lucene index reader came out with an error when opening the index directory. After running a C# lucene document writer, It appears that the generated files are totally different from Zend Lucene Engine.
Is there an interoperability issue ? and if so, how come that this interoperability problem exists ? what is the reason ?
thank you.
|