tadijam64 / search-engines-comparison

Exploring and testing capabilities of Apache Lucene, Elasticsearch and Apache Solr search engines on Adobe's reference We Retail project.
Other
12 stars 4 forks source link

Search Not Working #48

Closed atif92 closed 4 years ago

atif92 commented 4 years ago

I cloned this project and build and deployed the Package to my Running instance of AEM 6.5 with Java 8. I also executed both groovy scripts, I can see the search component showing all three options of Lucene, Solr and Elastic but none of them is doing any search when I type anything eg "Shirt". Is there any other configuration we have to do if we have cloned the whole repo?

tadijam64 commented 4 years ago

Hi @atif92 ,

thank you for your interest in this project. I will get back to you as soon as I check what could cause your issue.

Can you give me details regarding your AEM, Apache Solr and Elasticsearch versions?

Best Regards,

atif92 commented 4 years ago

@tadijam64 I am running local Author only instance of AEM 6.5 Jar and Elastic 7.6.2 both on my local windows machine, however I did not installed Solr as I was more interested in Elastic.

tadijam64 commented 4 years ago

@atif92 Looks like Jackson dependency bothered it. Can you please re-check now?

atif92 commented 4 years ago

Thanks for fixing this for AEM 6.5. works like charm now.