Hello!

Do you have realtime get handler defined in your solrconfig.xml? This
part should be present:

  <requestHandler name="/get" class="solr.RealTimeGetHandler">
     <lst name="defaults">
       <str name="omitHeader">true</str>
       <str name="wt">json</str>
       <str name="indent">true</str>
     </lst>
  </requestHandler>

-- 
Regards,
 Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/


> Hello,

> I am currently experimenting to move our Solr instance into a SolrCloud
> setup. 
> I am getting an error trying to access the realtimeget handlers:

> HTTP ERROR 404
> Problem accessing /solr/collection1/get. Reason:
>     Not Found

> They work fine in the normal Solr setup. Do I need some changes in
> configurations? Am I missing something? Or is it not supported in the cloud
> environment?



> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Realtimeget-SolrCloud-tp4114595.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to