SolrCloud UpdateRequestHandler Error [ unsupported Content-Type application/octet-stream ]

2013-01-26 Thread santoash
-- str name=captureAttrtrue/str str name=fmap.alinks/str str name=fmap.divignored_/str /lst /requestHandler I would appreciate any pointers on how to get past this issue. Thanks in advance! Santoash

Re: SolrCloud UpdateRequestHandler Error [ unsupported Content-Type application/octet-stream ]

2013-01-26 Thread santoash
My bad…turns out that I was using the HttpSolrServer in 3.6.1 in my client side. When I changed it to CommonsHttpSolrServer in 3.6.1 or HttpSolrServer in 4.1, everything works correctly. On Jan 26, 2013, at 4:18 PM, santoash santo...@me.com wrote: I use HttpSolrServer (going through

Re: Warming queries and Solr Cloud - just curious ...

2013-03-27 Thread santoash
This is interesting. I'm looking into doing something similar too. Quick question: Would you be targeting each of the shard with exactly the same set of queries? On Mar 27, 2013, at 12:59 PM, Mark Miller markrmil...@gmail.com wrote: Yup. You only want to warm locally. We should add that to

How to find the routing algorithm used?

2013-05-15 Thread santoash
Im trying to find out which routing algorithm (implicit/composite id) is being used in my cluster. We are running solr 4.1. I was expecting to see it in my clusterState (based on a previous thread that someone else posted) but I don't see it there. Could someone please help? Thanks! Santoash

Re: SOLR Num Docs vs NumFound

2013-03-15 Thread Santoash Rajaram
commits, they can be done either via configuration in solrconfig.xml (specify a frequency) or solrj API or /update URL. All of these are explained here: http://wiki.apache.org/solr/UpdateXmlMessages#A.22commit.22_and_.22optimize.22 -santoash On Mar 14, 2013, at 9:48 PM, Nathan Findley nat

Re: How to find the routing algorithm used?

2013-05-16 Thread Santoash Rajaram
2013/5/16 santoash santo...@me.com Im trying to find out which routing algorithm (implicit/composite id) is being used in my cluster. We are running solr 4.1. I was expecting to see it in my clusterState (based on a previous thread that someone else posted) but I don't see it there. Could