Re: Solr request handler queries in fiddler

2011-12-07 Thread Dmitry Kan
Is it not possible to expose the shards to your IP and eclipse-debug the queries via the solr frontend? If you need to intercept the queries between frontend and shards in a non-windows environment, you could try wireshark or tcpmon (http://ws.apache.org/commons/tcpmon/) On Wed, Dec 7, 2011 at 10:

Re: Solr request handler queries in fiddler

2011-12-07 Thread Kashif Khan
i am already using eclipse jetty for debugging but it is really hectic when we have shards and queries going to each shard i want to skip it and see in the fiddler rather. -- Kashif Khan. B.E., +91 99805 57379 http://www.kashifkhan.in On Wed, Dec 7, 2011 at 12:54 PM, Dmitry Kan [via Lucene] < ml

Re: Solr request handler queries in fiddler

2011-12-06 Thread Dmitry Kan
If you mean debugging the queries, you can use eclipse+jetty plugin setup ( http://code.google.com/p/run-jetty-run/) with solr web app ( http://hokiesuns.blogspot.com/2010/01/setting-up-apache-solr-in-eclipse.html ) On Tue, Dec 6, 2011 at 2:57 PM, Kashif Khan wrote: > Hi all, > > I have develope