RELOAD collection via HTTP timeout issue solr cloud v4.5.1

2013-12-17 Thread ade-b
Hi We are getting connection timeout errors when trying to execute the RELOAD command against a collection in SOLR Cloud v4.5.1. We are issuing the command using curl on the solr server instance. The SOLR server seems to be functional in every other way. We can issue a reload via the admin dashb

useColdSearcher in SolrCloud config

2013-11-22 Thread ade-b
Hi The definition of useColdSearcher config element in solrconfig.xml is "If a search request comes in and there is no current registered searcher, then immediately register the still warming searcher and use it. If "false" then all requests will block until the first searcher is done warming".

Re: Adding a server to an existing SOLR cloud cluster

2013-11-11 Thread ade-b
Thanks. If I understand what you are saying, it should automatically register itself with the existing cluster if we start SOLR with the correct command line options. We tried adding the numShards option to the command line but still get the same outcome. We start the new SOLR server using /usr

Adding a server to an existing SOLR cloud cluster

2013-11-11 Thread ade-b
Hi We have a SOLRCloud cluster of 3 solr servers (v4.5.0 running under tomcat) with 1 shard. We added a new SOLR server (v4.5.1) by simply starting tomcat and pointing it at the zookeeper ensemble used by the existing cluster. My understanding was that this new server would handshake with zookeep

SOLRCloud - Small Index - Full Index Strategy

2013-11-06 Thread ade-b
Hi We are moving from running the Endeca search engine to SOLRcloud. We have a comparatively small index compared to a lot of companies (approx 150,000 records). To potentially keep things simple in the first release to the production environment we are considering running a full index every 15 m

Requests Per Second - All request handlers

2013-07-26 Thread ade-b
Hi Is there somewhere in the stats page (e.g. http://localhost:8983/solr/admin/mbeans?stats=true) that has the stats for all of the request handlers combined? I have a lot of request handlers that have their individual stats, but for a birds eye view of performance it would be good to get a combi

Re: How to dynamically add geo fields to a query using a request handler

2013-07-26 Thread ade-b
I just realised that you can use the "appends" attribute value in the request handler config (of solrconfig.xml). By setting this, any additional fields you add via the solrj API are appended. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-dynamically-add-geo

How to dynamically add geo fields to a query using a request handler

2013-06-19 Thread ade-b
Hi We have a request handler defined in solrconfig.xml that specifies a list of fields to return for the request using the "fl" name. E.g. createdDate When constructing a query using solrj that uses this request handler, we want to conditionally add the geo spatial fields that will tell us the d

Re: Garbled data in response - reading from mySQL database

2009-10-03 Thread Ade B
Perfect, thank you. Ade -- View this message in context: http://www.nabble.com/Garbled-data-in-response---reading-from-mySQL-database-tp25726655p25726976.html Sent from the Solr - User mailing list archive at Nabble.com.

Garbled data in response - reading from mySQL database

2009-10-03 Thread Ade B
Hi I am using the DIH to import data from a mySQL database. Everything was fine in that I could index the data, and search the index and return the correct results. However, I have just changed my database-config.xml file to add the primary key value of a table to a field composed of other value