Hi Hoss, Hi everybody,

Can you tell me more about fsync, where can I get more information. Another
question cuz yes now I don't have anymore OOME but my point is, it always
stuck the database and it locks other service on this database.
Everytime I will start a full import. This night database sent alerte, it
started to stack other request on it.

>How can I do, to apply this request little pack by little pack. ??
I'm using MySql.

>How can I do, if for example I have to add a new language in the schema or
change add a field.
Do I have to make a new full index, I read everywhere re index, is it the
same as full index?
How can I manage that?

Thanks a lot,






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-tp19902137p19913237.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to