cancel
Showing results for 
Search instead for 
Did you mean: 

I have configure/added stopwords through hMC but it is not reflecting in the storefront search

Former Member
0 Kudos

Hi,

I have configure/added stopwords through hMC but it is not reflecting in the search.

I have follow the steps which mentioned in the wiki ( https://wiki.hybris.com/display/release5/Managing+Stopwords ) but it not reflecting in the search.

and i have done the restnd indexing after the stopwords exported from hmc but still we could see results for the stop words.

Kindly help on this.

Thanks in advance Anjan

Former Member
0 Kudos

Did you find a solution to your problem. I am in exactly the same situation. Thanks

Former Member
0 Kudos

Hi,

I am facing the same issue. did you find the solution. if so, could you please share it.

Thanks Madhav

Former Member
0 Kudos

Hi,

I am facing the same issue. did you find the solution. if so, could you please share it.

Thanks Madhav

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Do we have any update on the same? I am using OOTB electronic site and adding "for" as stopword. It is exported successfully and indexed also but still results are same with and without adding it as stopword.

Thanks

Private_Member_63124
Participant
0 Kudos

Same problem in hybris 6.0, add a word in HMC, save, full update index, and nothing happens

Any new idea?

Thanks

prahlad_singh_rajput
Participant
0 Kudos

I am also facing same issue in hybris 5.7, experts please share if any idea on it ?

Thanks, Prahlad

Former Member
0 Kudos

Hi All,

Please check whether with stopwords and without stopwords search results is same. If same it seems like your stopwords is not expoerted to solr. So also make sure export button is pressed from hmc and re run indexing and see logs could be like that on your local machine.

 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    GET     /solr/schema/analysis/stopwords/en      -       200     -       0
 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    DELETE  /solr/schema/analysis/stopwords/en/a    -       200     -       0
 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    POST    /solr/schema/analysis/stopwords/en      -       200     -       5
 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    GET     /solr/schema/analysis/stopwords/en      -       200     -       0
 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    DELETE  /solr/schema/analysis/stopwords/en/a    -       200     -       0
 May 12, 2016 6:30:17 AM org.restlet.engine.log.LogFilter afterHandle
 INFO: 2016-05-12        06:30:17        127.0.0.1       -       127.0.0.1       8983    POST    /solr/schema/analysis/stopwords/en      -       200     -       5



Hope it will work.

Former Member
0 Kudos

Do you use a custom schema.xml? Make sure that your indexed fieldtype is using the hmc stopwords. Something linke this:

 <filter class="de.hybris.platform.solrfacetsearch.ysolr.stopwords.HybrisStopWordsFilterFactory" ignoreCase="true" lang="en" coreName="${solr.core.name}"/>

Former Member
0 Kudos

Can you please explain in more details. My requirement is, it should work OOTB as mentioned in wiki [https://wiki.hybris.com/display/release5/Managing+Stopwords]

0 Kudos

Hi, I am also facing the above mentioned issue.Using embedded SOLR schema.xml which does has the 'HybrisStopWordsFilterFactory' filter class still stopwords don't work. Though it works with stopwords.txt file but not with impex configuration. Any ideas/solution for the same?

Former Member
0 Kudos

Hi,

I am facing the same issue. did you find the solution. if so, could you please share it.

Thanks Madhav

Former Member
0 Kudos

Hi, I also facing same issue.

i can see there is filter class alredy added but still having problem.Any suggestions <filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt" />

Any suggetions? Thanks in Advance.