RE: Easy way to tell if there are pending documents

2011-11-16 Thread Latter, Antoine
: Easy way to tell if there are pending documents You can enable the stats handler (https://issues.apache.org/jira/browse/SOLR-1750), and get inspect the json pragmatically. -- Justin "Latter, Antoine" writes: > Thank you, that does help - but I am more looking for a way t

Re: Easy way to tell if there are pending documents

2011-11-16 Thread Justin Caratzas
-Original Message- > From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] > Sent: Tuesday, November 15, 2011 11:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Easy way to tell if there are pending documents > > Antoine, > > On Solr Admin Stats page search for &

RE: Easy way to tell if there are pending documents

2011-11-15 Thread Latter, Antoine
gt;From: "Latter, Antoine" >To: "'solr-user@lucene.apache.org'" >Sent: Monday, November 14, 2011 11:39 AM >Subject: Easy way to tell if there are pending documents > >Hi Solr, > >Does anyone know of an easy way to tell if there are pending document

Re: Easy way to tell if there are pending documents

2011-11-15 Thread Otis Gospodnetic
Latter, Antoine" >To: "'solr-user@lucene.apache.org'" >Sent: Monday, November 14, 2011 11:39 AM >Subject: Easy way to tell if there are pending documents > >Hi Solr, > >Does anyone know of an easy way to tell if there are pending documents waiting >for

Easy way to tell if there are pending documents

2011-11-14 Thread Latter, Antoine
Hi Solr, Does anyone know of an easy way to tell if there are pending documents waiting for commit? Our application performs operations that are never safe to perform while commits are pending. We make this work by making sure that all indexing operations end in a commit, and stop the unsafe