Luceners,
If I have a spanish word as "oportunidad", Lucene indexed as
"oportuni" using an Spanish snowball analyzer. When I search for a
document it works well. But If the user writes oportunidad* looking up
n>1 words, it doesn't match with the document I have indexed. Analyzer
instead
You need to search useing a snowball analayzer and also index using the
same analyzer.
John
Wermus Fernando wrote:
I have test my app with snowball for english. But I'm doing something
wrong because I can't get any result from hit.
If I index "lazy" with English snowball when I see the word in
I have test my app with snowball for english. But I'm doing something
wrong because I can't get any result from hit.
If I index "lazy" with English snowball when I see the word in Luke it
shows "lazy" (I've read that Luke show the file as is). When I do the
search for the word "laziness" the snow