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

Synonym containing / is not getting deleted while full solr indexing in Hybris 6.7

Former Member
0 Kudos
1,366

I have a synonym with a key of "Up/Down". Below error is coming while full solr indexing

 solrindexingclient    127.0.0.1    8983    DELETE    /solr/schema/analysis/synonyms/en/Up/Down    wt=javabin&version=2    404    460    0    7    https://localhost:8983    Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0    -
 
 Error during indexer call: 
 
     de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException: de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException: Could not export configuration for index: name=master_test_Product_flip
     
     Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://localhost:8983/solr: Expected mime type application/octet-stream but got text/html. 
     <html>
     <head>
     <title>Status page</title>
     </head>
     <body style="font-family: sans-serif;">
     <p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">Not Found</p>
     <p>No REST managed resource registered for path /schema/analysis/synonyms/en/Up/Down</p>
     </body>

The synonyms without / are working fine. It seems issue is at the Solr end.
Anyone came across this issue and found a workaround.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

also experiencing the same issue, any thoughts?

Former Member
0 Kudos

We have overridden the java class to ignore the exception.

saood
Participant
0 Kudos

Which java class?

Experiencing the same problem.