Re: Realtimeget SolrCloud

2014-01-31 Thread Jack Krupansky
g what the original handler name was. -- Jack Krupansky -Original Message- From: StrW_dev Sent: Friday, January 31, 2014 4:56 AM To: solr-user@lucene.apache.org Subject: Re: Realtimeget SolrCloud That seemed to be the issue. I had several other request handlers as I wasn't using the s

Re: Realtimeget SolrCloud

2014-01-31 Thread Rafał Kuć
Hello! No problem. Also remember that you need the _version_ field to be present in your schema. -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ > That seemed to be the issue. > I had several other request h

Re: Realtimeget SolrCloud

2014-01-31 Thread StrW_dev
That seemed to be the issue. I had several other request handlers as I wasn't using the simple /get, but apparently in SolrCloud this handler must be present in order to use the class RealTimeGetHandler at all. Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Re

Re: Realtimeget SolrCloud

2014-01-31 Thread Rafał Kuć
Hello! Do you have realtime get handler defined in your solrconfig.xml? This part should be present: true json true -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ > Hel