Zend_Lucene and Java Lucene Analyzer
Hi
I've created my index with java lucene and use it with Zend_Lucene and it works great - thats really nice work from the Zend_Lucene developers!
But I have a little problem:
I don't know which analyzer I should use. It should be a language specific, (german) but I didn't find one for Zend_Lucene. So I thought to use a simple analyzer on both worlds, but "special" words like "Übersicht" are not found. Does someone know which analyzer I should use so they correspond (index and later query)?
Many thanks in advance
|