: 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

Reply via email to