cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

StopWords are not getting replicated to Solr server from Backoffice.

manoranjan_sethi
Product and Topic Expert
Product and Topic Expert
0 Likes
996

Hi, I am using Hybris 6.6. created stopwords in backoffice , after doing full index I cannot see my new stop words on any config set. I have to manually add entries in "config⁩ ▸ ⁨solr⁩ ▸ ⁨instances⁩ ▸ ⁨default⁩ ▸ ⁨configsets⁩ ▸ ⁨default⁩ ▸ ⁨conf⁩ / stopword.txt" file for non localized field and for localized entries i added in "⁨config⁩ ▸ ⁨solr⁩ ▸ ⁨instances⁩ ▸ ⁨default⁩ ▸ ⁨configsets⁩ ▸ ⁨default⁩ ▸ ⁨conf⁩ ▸ ⁨lang⁩/stopwords_en.txt" file then only stopword is working.

I assume hybris should update these files based on the backoffice stop word entries. Any pointer is appreciated.

regards, Mano

Accepted Solutions (1)

Accepted Solutions (1)

manoranjan_sethi
Product and Topic Expert
Product and Topic Expert
0 Likes

Finally I found the reason. The stopwords are replicating in solr server , I was looking at wrong place. its inside the "managed" folder where your solr indexed data are getting saved. In my scenario why its not working because I am indexing a field as normal text and checking the stopwords in "config⁩ ▸ ⁨solr⁩ ▸ ⁨instances⁩ ▸ ⁨default⁩ ▸ ⁨configsets⁩ ▸ ⁨default⁩ ▸ ⁨conf⁩ / stopword.txt" , once I indexed the field in localized form stop word starts working.

Answers (0)