Re: How to find the routing algorithm used?

2013-05-16 Thread Santoash Rajaram
l see > something like: "router":"compositeId > > > > 2013/5/16 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 clust

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: 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 wrote: > Yup. You only want to warm locally. We should add that to the wiki. > > - Mar

Re: SOLR Num Docs vs NumFound

2013-03-15 Thread Santoash Rajaram
o try hard 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 Find

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 wrote: > I use HttpSolrServer (going through an exter

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

2013-01-26 Thread santoash
application/csv true ignored_ true links ignored_ I would appreciate any pointers on how to get past this issue. Thanks in advance! Santoash