Indexing Not working after installed Smile Elastic search extension Magento 2












5














I have installed Smile Elasticsearch extension successfully.But i am not able to reindex catalogsearch_fulltext indexer.
I have installed elasticsearch successfully on my local server.



Please check below screenshots and let me know proper solution.
Please help!!!



Magento Version: 2.1.6
Module Version: 2.2.3
Elastic Engine: 1.7.2



enter image description here



enter image description here



Please check my configuration from below screenshot,
http://nimb.ws/Cu7aEX



Your help would be appreciated.!!!










share|improve this question
























  • Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
    – Ashish Viradiya
    25 mins ago










  • Thank you for your reply. I have updated my question.
    – Sunny Rahevar
    19 mins ago
















5














I have installed Smile Elasticsearch extension successfully.But i am not able to reindex catalogsearch_fulltext indexer.
I have installed elasticsearch successfully on my local server.



Please check below screenshots and let me know proper solution.
Please help!!!



Magento Version: 2.1.6
Module Version: 2.2.3
Elastic Engine: 1.7.2



enter image description here



enter image description here



Please check my configuration from below screenshot,
http://nimb.ws/Cu7aEX



Your help would be appreciated.!!!










share|improve this question
























  • Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
    – Ashish Viradiya
    25 mins ago










  • Thank you for your reply. I have updated my question.
    – Sunny Rahevar
    19 mins ago














5












5








5







I have installed Smile Elasticsearch extension successfully.But i am not able to reindex catalogsearch_fulltext indexer.
I have installed elasticsearch successfully on my local server.



Please check below screenshots and let me know proper solution.
Please help!!!



Magento Version: 2.1.6
Module Version: 2.2.3
Elastic Engine: 1.7.2



enter image description here



enter image description here



Please check my configuration from below screenshot,
http://nimb.ws/Cu7aEX



Your help would be appreciated.!!!










share|improve this question















I have installed Smile Elasticsearch extension successfully.But i am not able to reindex catalogsearch_fulltext indexer.
I have installed elasticsearch successfully on my local server.



Please check below screenshots and let me know proper solution.
Please help!!!



Magento Version: 2.1.6
Module Version: 2.2.3
Elastic Engine: 1.7.2



enter image description here



enter image description here



Please check my configuration from below screenshot,
http://nimb.ws/Cu7aEX



Your help would be appreciated.!!!







magento2 reindex elasticsearch






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 20 mins ago

























asked 35 mins ago









Sunny Rahevar

929112




929112












  • Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
    – Ashish Viradiya
    25 mins ago










  • Thank you for your reply. I have updated my question.
    – Sunny Rahevar
    19 mins ago


















  • Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
    – Ashish Viradiya
    25 mins ago










  • Thank you for your reply. I have updated my question.
    – Sunny Rahevar
    19 mins ago
















Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
– Ashish Viradiya
25 mins ago




Can you please provide smileelastic search version, Magento version and elastic search engine installed in your system?
– Ashish Viradiya
25 mins ago












Thank you for your reply. I have updated my question.
– Sunny Rahevar
19 mins ago




Thank you for your reply. I have updated my question.
– Sunny Rahevar
19 mins ago










1 Answer
1






active

oldest

votes


















0














You have to install phonetic plugin on elastic search server.
Run this command to install the same :



bin/elasticsearch-plugin install analysis-phonetic





share|improve this answer





















  • I have already installed this plugin.
    – Sunny Rahevar
    12 mins ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f256447%2findexing-not-working-after-installed-smile-elastic-search-extension-magento-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You have to install phonetic plugin on elastic search server.
Run this command to install the same :



bin/elasticsearch-plugin install analysis-phonetic





share|improve this answer





















  • I have already installed this plugin.
    – Sunny Rahevar
    12 mins ago
















0














You have to install phonetic plugin on elastic search server.
Run this command to install the same :



bin/elasticsearch-plugin install analysis-phonetic





share|improve this answer





















  • I have already installed this plugin.
    – Sunny Rahevar
    12 mins ago














0












0








0






You have to install phonetic plugin on elastic search server.
Run this command to install the same :



bin/elasticsearch-plugin install analysis-phonetic





share|improve this answer












You have to install phonetic plugin on elastic search server.
Run this command to install the same :



bin/elasticsearch-plugin install analysis-phonetic






share|improve this answer












share|improve this answer



share|improve this answer










answered 30 mins ago









Sejal Shah

991420




991420












  • I have already installed this plugin.
    – Sunny Rahevar
    12 mins ago


















  • I have already installed this plugin.
    – Sunny Rahevar
    12 mins ago
















I have already installed this plugin.
– Sunny Rahevar
12 mins ago




I have already installed this plugin.
– Sunny Rahevar
12 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f256447%2findexing-not-working-after-installed-smile-elastic-search-extension-magento-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Understanding the information contained in the Deep Space Network XML data?

Ross-on-Wye

Eastern Orthodox Church