I am trying to install a new 8.8.0 and have come to the step where I would re-index to get some products to show up on the frontpage. I run the indexing and still get zero indices.
Looking in litium.log I notice that LitiumSearch is asking for:
GET http://localhost:9200/lit_xlr8r.aq.productdocument.*/_count
And the answer is 0. I notice that there is a “aq” after my prefix.
I open the dev tools in Kibana and run “GET _cat/shards?v=true”
I see that there is an index called: lit_xlr8r.aw.productdocument.en-us
This time there is an “aw” after my prefix.
When I open up localhost:9200 with aq I get 0 hits
When I open up localhost:9200 with aw I get my 75 expected hits.
So the indexing is done but it seems Litium is asking for the wrong index.
How come? This is trop weird.