<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hello everyone,<br>
<br>
I am using a GeoNode project (version 3.3.2, installation without Docker) and I have created some models that I would like to add to the Haystack indexes.<br>
<br>
I have already created the indexes for my models, and according to the Haystack documentation I need to run the update_index or rebuild_index commands, which are not available in GeoNode.<br>
<br>
According to the GeoNode documentation, I have to set the HAYSTACK_SEARCH property to True to enable haystack Search Backend Configuration. I tried to set this property in my geonode-project settings, but I still couldn't execute the commands. I tried to change
 it directly in the GeoNode settings, and the commands appeared, but I get the error:<br>
<br>
<blockquote><span style="font-family: Consolas, Courier, monospace;">elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f37210ff8e0>: Failed to establish a new connection: [Errno 111] Connection refused)
 caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f37210ff8e0>: Failed to establish a new connection: [Errno 111] Connection refused)</span><br>
</blockquote>
<br>
Do you have any idea how to solve this error?<br>
<br>
Or a workaround to index my models in GeoNode's Haystack.<br>
<br>
Thanks in advance.<br>
</div>
<p></p>
</div>
</body>
</html>