RE: Solr Merge during off peak times

2012-05-03 Thread Prakashganesh, Prabhu
Lucene, not Solr, so if you decide to contribute >your work, please see http://wiki.apache.org/lucene-java/HowToContribute > >Otis > >Performance Monitoring for Solr - http://sematext.com/spm > > > > >> >> From: "Prakashganesh, P

RE: Solr Merge during off peak times

2012-05-02 Thread Prakashganesh, Prabhu
e shoot themselves in the foot - by committing too often. Overall, your mergeFactor is probably less important than other parts of how you perform indexing/searching, but it does have some effect for sure... Best Erick On Wed, May 2, 2012 at 7:54 AM, Prakashganesh, Prabhu wrote: > We have a fair

RE: Solr Merge during off peak times

2012-05-02 Thread Prakashganesh, Prabhu
appen in the background, which helps the long-pause-while-indexing problem. Best Erick On Wed, May 2, 2012 at 7:22 AM, Prakashganesh, Prabhu wrote: > Ok, thanks Otis > Another question on merging > What is the best way to monitor merging? > Is there something in the log file that I c

RE: Solr Merge during off peak times

2012-05-02 Thread Prakashganesh, Prabhu
, not Solr, so if you decide to contribute your work, please see http://wiki.apache.org/lucene-java/HowToContribute Otis Performance Monitoring for Solr - http://sematext.com/spm >____ > From: "Prakashganesh, Prabhu" >To: "solr-user@l

RE: Choosing tokenizer based on language of document

2012-04-10 Thread Prakashganesh, Prabhu
gt; for each language, what happens at query time? > > How do you expect to get matches on, say, Ukranian when > the tokens of the query are in Erse? > > This feels like an XY problem, can you explain at a > higher level what your requirements are? > > Best > Erick >

Choosing tokenizer based on language of document

2012-04-04 Thread Prakashganesh, Prabhu
Hi, I have documents in different languages and I want to choose the tokenizer to use for a document based on the language of the document. The language of the document is already known and is indexed in a field. What I want to do is when I index the text in the document, I want to choose