: 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
-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 &
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
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
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