Analyser need an implementation of Spanish. If anyone knows w开发者_如何学运维here I can get, I appreciate.
Analyser of what? Do you mean an implementation of Lucene's Analyzer
class for Spanish?
You may want to take a look at Snowball. It appears as though the Snowball word stemmer supports Spanish and can be integrated with Lucene.
Analyzer analyzer = new SnowballAnalyzer("Spanish");
Snowball is in lucene/contrib/snowball
Here are answers: http://web.archiveorange.com/archive/v/xJxT8iJf07j8mdQwgHyu
精彩评论