And when I create Index , page loading not done.
Dec 10, 2015
2
Level 1
I have Issue when use elasticsearch
Hi all. I have to search egine , so i use package "fairholm/elasticquent". But i have error when trying MyModel::createIndex($shards = null, $replicas = null);
Missing404Exception in GuzzleConnection.php line 271
and
ClientErrorResponseException in BadResponseException.php line 43:
Client error response
[status code] 404
[reason phrase] Not Found
[url] http://117.3.36.11:8069/my_custom_index_name
my file config
'config' => [
'hosts' => ['117.3.36.11:8069'],
'logging' => true,
'logPath' => storage_path() . '/logs/elasticsearch.log',
'logLevel' => Monolog\Logger::WARNING,
]
Tks all
Please or to participate in this conversation.