Questions tagged [elasticsearch]
Denotes questions regarding Elasticsearch
432 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
46
views
I’m using Magento 2.4.7-p5 Elasticsearch search returns no results when query contains the word 'of '
When I try to search for:
rios -> result show
mercedes -> result show
rios of mercedes -> no result found
I am not getting why adding the word 'of ' causes the search to return no results.
...
0
votes
0
answers
72
views
Technical issue - whenever I run the php bin/magento indexer:reindex the website goes down
I'm having a technical issue - whenever I run the
php bin/magento indexer:reindex
command on the live website, the website goes down -
This is happening only on the live website -
If this same website ...
0
votes
1
answer
65
views
Magento 2.4.7 Products Disappearing - Elastic Search Shard Failure
i've been trying to debug this and getting nowhere. Intermittently my products disappear with this error in the exception log:
#98 {main} {"exception":"[object] (Elasticsearch\Common\...
0
votes
0
answers
61
views
Reindexation issue for "Catalog Search index" while running bin/magento indexer:reindex
Magento version : 2.4.6-p3
I have installed Magento 2.4.6-p3. And when I was running indexation command:
php bin/magento indexer:reindex
I got an error on Catalog Search index :
php bin/magento ...
2
votes
0
answers
81
views
Masgento 2.4.7 search result is not working based on search weight priorities
I created a new custom multiselect attribute (product_tags), and for testing, I assigned to the attribute set Migration_Size. The search weight for this product is 10, and product name attribute is 1.
...
1
vote
0
answers
26
views
Elasticsearch Not Working in Magento 2.0 on My Website – Need Help
I'm currently facing an issue with Elasticsearch not working properly on my Magento 2.0 website. I’ve set up Elasticsearch as the default search engine from the Magento admin panel, and I’ve double-...
0
votes
1
answer
73
views
Magento 2 extremely slow reindexing after server migration (21 hours for 200k products)
Magento 2 extremely slow reindexing after server migration (21 hours for 200k products)
After migrating our Magento 2 store to a new dedicated server, we noticed that full reindexing now takes around ...
0
votes
0
answers
68
views
What are the benefits of using OpenSearch over ElasticSearch?
I want to know advantages of using OpenSearch over ElasticSearch in Adobe Commerce B2B, 2.4.6-p3 version.
0
votes
1
answer
133
views
Elasticsearch query settings
I have ES7 setup at my magento store. It works okay typing several words and so on.
But I seams like fuzziness is off by default, since i cannot type any simple thing wrong?
And if its true, where can ...
0
votes
1
answer
51
views
Prioritize Main Products Over Accessories in Search Results
I have a Magento 2 store selling phones and phone accessories. When customers search for "iPhone", the search results randomly show a mix of iPhones and accessories.
I want to prioritize the ...
0
votes
1
answer
48
views
Magento upgrade: Failed to download elasticsearch/elasticsearch from dist [duplicate]
I am doing some upgrade testing for Magento - trying to upgrade from 2.4.4 to 2.4.6. When I run the 'composer update' command it is erroring with the following:
384/511 [=====================>-----...
0
votes
1
answer
78
views
Elastic Search package is missing
Magento 2 module magento/module-elasticsearch requires a package elasticsearch/elasticsearch but that package is missing any one has any idea for it
Public packagist:- https://packagist.org/packages/...
0
votes
1
answer
253
views
Magento 2.4.6 Elasticsearch not working and upgrade command use that phase issue
Could not validate a connection to Elasticsearch. Unknown 401 error from Elasticsearch null
curl -X GET 'http://localhost:9200'
{"error":{"root_cause":[{"type":"...
0
votes
1
answer
52
views
How to configure elasticsearch on aws instance?
I'm trying to configure Elasticsearch on the AWS server.
I only have SSH access and have installed Elasticsearch manually by CLI. now I have to configure Elasticsearch on the Magento admin side but it ...
0
votes
0
answers
38
views
Elastic Search redirects to configurable product
After i enter a term in search bar, for some search strings, it redirects to configurable product page. The search page loads for a few seconds and is immediately redirected to configurable product ...