Re: commit time and lock

2011-07-25 Thread Jonathan Rochkind
27;origine- De : Marc SCHNEIDER [mailto:marc.schneide...@gmail.com] Envoyé : vendredi 22 juillet 2011 15:45 À : solr-user@lucene.apache.org Objet : Re: commit time and lock Hello, Pierre, can you tell us where you read that? "I've read here that optimization is not always a requireme

Re: commit time and lock

2011-07-25 Thread Erick Erickson
> From: Pierre GOSSE [pierre.go...@arisem.com] > Sent: Friday, July 22, 2011 10:23 AM > To: solr-user@lucene.apache.org > Subject: RE: commit time and lock > > Hi Mark > > I've read that in a thread title " Weird optimize performance degradation", > where Erick

Re: commit time and lock

2011-07-24 Thread William Bell
: jeudi 21 juillet 2011 20:27 > À : solr-user@lucene.apache.org > Objet : Re: commit time and lock > > Actually i m worried about the response time. i k commiting around 500 > docs in every 5 minutes. as i know,correct me if i m wrong; at the > time of commiting solr server stop res

Re: commit time and lock

2011-07-22 Thread Shawn Heisey
On 7/22/2011 9:32 AM, Pierre GOSSE wrote: Merging does not happen often enough to keep deleted documents to a low enough count ? Maybe there's a need to have "partial" optimization available in solr, meaning that segment with too much deleted document could be copied to a new file without unn

RE: commit time and lock

2011-07-22 Thread Jonathan Rochkind
ent: Friday, July 22, 2011 10:23 AM To: solr-user@lucene.apache.org Subject: RE: commit time and lock Hi Mark I've read that in a thread title " Weird optimize performance degradation", where Erick Erickson states that "Older versions of Lucene would search faster on an optim

RE: commit time and lock

2011-07-22 Thread Pierre GOSSE
oyé : vendredi 22 juillet 2011 16:42 À : solr-user@lucene.apache.org Objet : Re: commit time and lock On 7/22/2011 8:23 AM, Pierre GOSSE wrote: > I've read that in a thread title " Weird optimize performance degradation", > where Erick Erickson states that "Older versio

Re: commit time and lock

2011-07-22 Thread Shawn Heisey
On 7/22/2011 8:23 AM, Pierre GOSSE wrote: I've read that in a thread title " Weird optimize performance degradation", where Erick Erickson states that "Older versions of Lucene would search faster on an optimized index, but this is no longer necessary.", and more recently in a thread you initia

RE: commit time and lock

2011-07-22 Thread Pierre GOSSE
vendredi 22 juillet 2011 15:45 À : solr-user@lucene.apache.org Objet : Re: commit time and lock Hello, Pierre, can you tell us where you read that? "I've read here that optimization is not always a requirement to have an efficient index, due to some low level changes in lucene 3.xx" Marc. On Fr

Re: commit time and lock

2011-07-22 Thread Marc SCHNEIDER
gt; > > -Message d'origine- > De : Jonty Rhods [mailto:jonty.rh...@gmail.com] > Envoyé : vendredi 22 juillet 2011 12:45 > À : solr-user@lucene.apache.org > Objet : Re: commit time and lock > > Thanks for clarity. > > One more thing I want to know about opti

RE: commit time and lock

2011-07-22 Thread Pierre GOSSE
--- De : Jonty Rhods [mailto:jonty.rh...@gmail.com] Envoyé : vendredi 22 juillet 2011 12:45 À : solr-user@lucene.apache.org Objet : Re: commit time and lock Thanks for clarity. One more thing I want to know about optimization. Right now I am planning to optimize the server in 24 hour. Optimization is als

Re: commit time and lock

2011-07-22 Thread Jonty Rhods
gt; De : Jonty Rhods [mailto:jonty.rh...@gmail.com] > Envoyé : jeudi 21 juillet 2011 20:27 > À : solr-user@lucene.apache.org > Objet : Re: commit time and lock > > Actually i m worried about the response time. i k commiting around 500 > docs in every 5 minutes. as i know,correct me if

RE: commit time and lock

2011-07-22 Thread Pierre GOSSE
De : Jonty Rhods [mailto:jonty.rh...@gmail.com] Envoyé : jeudi 21 juillet 2011 20:27 À : solr-user@lucene.apache.org Objet : Re: commit time and lock Actually i m worried about the response time. i k commiting around 500 docs in every 5 minutes. as i know,correct me if i m wrong; at the time of

Re: commit time and lock

2011-07-21 Thread Jonty Rhods
Actually i m worried about the response time. i k commiting around 500 docs in every 5 minutes. as i know,correct me if i m wrong; at the time of commiting solr server stop responding. my concern is how to minimize the response time so user not need to wait. or any other logic will require for my c

Re: commit time and lock

2011-06-22 Thread Ranveer
Dear all, Kindly help me.. thanks On Tuesday 21 June 2011 11:46 AM, Jonty Rhods wrote: I am using solrj to index the data. I have around 5 docs indexed. As at the time of commit due to lock server stop giving response so I was calculating commit time: double starttemp = System.currentTime

Re: commit time and lock

2011-06-21 Thread Erick Erickson
What is it you want help with? You haven't told us what the problem you're trying to solve is. Are you asking how to speed up indexing? What have you tried? Have you looked at: http://wiki.apache.org/solr/FAQ#Performance? Best Erick On Tue, Jun 21, 2011 at 2:16 AM, Jonty Rhods wrote: > I am usin