Dumping solr requests for indexing

2009-12-04 Thread Teruhiko Kurosaka
Is there any way to dump all incoming requests to Solr into a file? My customer is seeing a strange problem of disappearing docs from index and I'd like to ask them to capture all incoming requests. Thanks. -kuro

Re: Dumping solr requests for indexing

2009-12-04 Thread Otis Gospodnetic
, 2009 2:23:17 PM Subject: Dumping solr requests for indexing Is there any way to dump all incoming requests to Solr into a file? My customer is seeing a strange problem of disappearing docs from index and I'd like to ask them to capture all incoming requests. Thanks. -kuro

RE: Dumping solr requests for indexing

2009-12-04 Thread Teruhiko Kurosaka
] Sent: Friday, December 04, 2009 11:41 AM To: solr-user@lucene.apache.org Subject: Re: Dumping solr requests for indexing The solr log, as well as the servlet container log should have them all. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original

Re: Dumping solr requests for indexing

2009-12-04 Thread Otis Gospodnetic
: RE: Dumping solr requests for indexing Log only tells high-level descriptions of what were done. I'd like to capture the exact XML requests with data, so that I could re-feed it to Solr to reproduce the issue my customer is encountering. -kuro -Original Message- From: Otis