Thanks Hoss, 

But what about SnowballPorterFilterFactory, which language are took in
consideration ?
Italian, Dutch, Portuguese ? What else?
Thanks



hossman wrote:
> 
> 
> : I'm using solr1.3 and I would like to know where can I find a place
> where
> : you have the list of the language managed by solr :
> : like for greek in the example :
> org.apache.lucene.analysis.el.GreekAnalyze.
> 
> There isn't an explicitly list of langauges supported -- but if you look 
> at the javadocs, both for Solr and Lucene, you can get a very good sense 
> of what Tokenizers, TokenFilters, and Analyzers are included with Solr.
> 
> There *may* be a few Analayzers in Lucene contribs which are not in Solr 
> OOTB, but they should be fairly easy to add as plugins...
> 
> http://lucene.apache.org/solr/api/org/apache/solr/analysis/package-tree.html
> 
> Keep in mind some Analysis classes (like SnowballPorterFilterFactory) 
> actually support many different langauges based on runtime configuration.
> 
> 
> 
> -Hoss
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/solr-1.3-list-of-language-managed-org.apache.lucene.analysis-tp19902137p19920374.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to