parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

Server URL (Malformed URL) #120

Closed hoanhd closed 8 years ago

hoanhd commented 9 years ago

This is my server info : Server URL : http://107.167.***.***:9200/ Index Name : search

When I click save button ,i got a message : Malformed URL

Tested it ok via chrome (http://107.167.***.***:9200/search) : settings: { index: { creation_date: "1427362456824", mapping: { allow_type_wrapper: "true" }, uuid: "-c9CTIpPRgi3KLpySNxUxQ", number_of_replicas: "1", number_of_shards: "5", version: { created: "1050099" } } },

This is log: Call to URLFetch failed with application error 1 for url 107.167._._search/_status

parisholley commented 9 years ago

Did you try without trailing slash?

jackoggy commented 8 years ago

how to get the server url information is it our server url or its elasticsearch server url