I am pretty new with Lucene, however I have not problem understanding what is 
about.
My big problem is trying to understand how Kuromoji works. I need to implement 
a search functinality thats supports initially English, Spanish and Japanese. I 
doesn't seem to be a deal with the two firsts, as I can just use the 
analyzersーcommon to index both languages contents, but when it comes to 
Japanese it has it's own analyzer. I could't find any clues about combining 
analyzers, so I still don't if I can combine all languages under the same index 
(which would be ideal, as I expect mix searches in the context of my project) 
or I have to detect the language first and then index Japanese texts separately 
(what it will be a big disadvantage when it comes to mixed searches and future 
localization expansion).
I found out about Lucene throgh Kuromoji, it will be great to find out a 
solution to be able to use all the greatness that Lucene offers.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to