• Resolved Keith

    (@keithkhl)


    Hello,

    Seems like a great plugin to best use of ElasticPress that I have not been properly use for a long time. The problem is that I cannot connect my ElasticSearch to this wonderful plugin.

    For search engine, I set Elasticsearch (keyword search) and no hosting service, as I installed ES on another local server, which is hosted at 192.168.100.8 and port number is 9200. I also set scheme as http, because I do not have any SSL to that database server. The machine does not have internet access. It only has local access from my web servers.

    With the same setting, I can index all my posts on ElasticPress. Not sure why WPSOLR is stuck at ‘contacting your search server …. Please wait ..’

    Any idea? Should I also fill in Sel-signed node certificate, key, and secret/password?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPSolr free

    (@wpsolr)

    (So sorry for the long delay, but I do not receive the new topics emails anymore)

    Is it just an indexing issue, could you create the index?

    Is it for Elasticsearch 8.x? (7.x is no more supported)

    Thread Starter Keith

    (@keithkhl)

    I cannot create index. In fact, I can no longer create any index on ElasticPress, which also uses ElasticSearch. EP’s indexing stops immediately after I launch. Unless I figure out what’s going on, I might have to completely reset ElasticSearch.

    By curl -XGET ‘https://localhost:9200’, I can see below, which I guess means the version is 8.15.0

    {
    “name” : “xxxxxx”,
    “cluster_name” : “elasticsearch”,
    “cluster_uuid” : “xxxxxxxxx”,
    “version” : {
    “number” : “8.15.0”,
    “build_flavor” : “default”,
    “build_type” : “deb”,
    “build_hash” : “xxxxxxxxxxxxxxxx”,
    “build_date” : “2024-08-05T10:05:34.233336849Z”,
    “build_snapshot” : false,
    “lucene_version” : “9.11.1”,
    “minimum_wire_compatibility_version” : “7.17.0”,
    “minimum_index_compatibility_version” : “7.0.0”
    },
    “tagline” : “You Know, for Search”
    }

    Plugin Author WPSolr free

    (@wpsolr)

    Can you ping the port 9200 from the Elasticsearch and WordPress hosts?

    https://stackoverflow.com/questions/53879797/cant-curl-the-response-at-port-9200-but-can-ping-directly

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contacting your search server… Please wait …’ is closed to new replies.