View Single Post
  #1 (permalink)  
Old 08-10-2007, 05:36 PM
Slug Slug is offline
Junior Member
 
Join Date: Aug 2007
Posts: 2
Post Zend_Search_Lucene + index created with Java Lucene

Hey !

I'm having some encoding problems with Zend_Search_Lucene and an index created with Java Lucene (v1.9 and 2.0.0). I use a java app to do the indexing because that's extremely fast, but when I try to retrieve the data stored in the index on my test website using Zend_Search_Lucene, all the special chars (french chars : é, ç, è, à, ù, etc.) are broken.

I tried to add some data to the index using Zend_Search_Lucene, and everything works fine. Only the fields I added to the index with my java app have their french chars broken.

Does anyone have that kind of problem ? Do I have to use an other version of Java Lucene ?

Any help would be greatly appreciated.

Regards,

Guillaume
Reply With Quote