Questions tagged [solr]
Denotes questions related to running Magento with Solr.
62 questions
1 vote
0 answers
234 views
How do I configure Magento 1 to work with Elasticsearch?
I have installed Elasticsearch on my CentOS server, however, there is no tutorial on the web that could explain how to configure it to work with Magento 1. All tutorials available are about M2 only. ...
0 votes
0 answers
113 views
Remove specific product from Solr core while deleting product in magento 1.9
Is there any better way to deleting the product from Solr core while deleting the product from Magento admin. When I delete a product , it doesn't actually reflected or removed the product from Solr ...
0 votes
2 answers
253 views
Magento 1.9.x - Compiler Error after install Extension
I tried a new extension for Magento Community (https://github.com/integer-net/solr-magento1) , after is produce many errors I deleted all the files. Now, its cause error when Magento-Compiler is ...
0 votes
1 answer
203 views
"Mage registry key "solarium_search_result" already exists"
I am trying to integrate Magento Community Edition v1.9.3.8 with SOLR (using this extension https://github.com/jeroenvermeulen/magento-solarium I have successfully enabled Solarium in Magento and it ...
4 votes
2 answers
4k views
Magento2: What are the differences between Elasticsearch and Solr?
This is one of the questions in the Magento 2 Certified Solution Specialist exam study guide. I know that the Elasticsearch and Solr are two of the most popular open source search engines and Magento ...
1 vote
0 answers
57 views
Magento2 Solr Different Types of Commit
It would be helpful if someone could clarify what are the different indexation mode in Magento2 for Solr search. What are the difference, advantages and disadvantages of different indexation mode ...
0 votes
0 answers
128 views
Solr best match not working in Magento
I have used solr search in Magento but not find how to add specific attributes in search by Best Match. I have tried to give it with bellow code in Solr\Block\Catalogsearch\Autocomplete.php in ...
1 vote
2 answers
2k views
Magento2 Passing Arguments to class in Construct
I am trying to instantiate the below class in my custom code \Magento\Solr\Model\Client\Solarium like public function __construct( \Magento\Solr\Model\Client\Solarium $solr ) {....} ...
1 vote
0 answers
173 views
Troubleshooting a Magento / Solr connectivity issue
Working with Magento EE 1.14.2.4 running on CentOS LAMP stack. Attempting to utilize Solr Search. I'm creating a staging site. The codebase and server configuration are essentially mirrors of ...
1 vote
1 answer
520 views
Search by sku not working for particular product in solarium [closed]
I have solarium extension names JeroenVermeulen_Solarium. I am facing product with search by sku. For particular sku i am not getting that product. I have sku ANK15120-00SPC. If i search for 15120 it ...
0 votes
1 answer
185 views
Magento Integration with Solr
I have integrated Solr with Magento EE. Solr logs whatever I search in Magento fronted search box. I'd like to know if Magento will also use Solr engine if the search REST API is called? Endpoints- ...
0 votes
1 answer
93 views
Magento EE 1.14.3.2 Solr Version
Which version of Solr does Magento EE 1.14.3.2 support out of the box? Is it still 3.6.2?
0 votes
2 answers
77 views
What causes an indexer to get marked as "Scheduled" in EE
Something causes my Solr search index to drop and slowly reindex over and over throughout the day making products disappear. If the Magento indexer is running on every cron run, how does it decide to ...
1 vote
0 answers
532 views
Configure Apache Solr 6.5.0 into Magento 2.1.3 Community Edition
How to configure Apache Solr 6.5.0 into Magento-2.1.3 Community Edition. I have followed this official Documentation but it is only for Magento EE. Please provide some documentation or steps where ...
1 vote
0 answers
68 views
Magento2 EE Solr query log
Is there a way to print/log/capture query, once solr has been enabled for search in Magento2.0.x EE, when user does quick search/layered navigation/advance search etc.