on 2018 Aug 30 9:00 AM
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.
Request clarification before answering.
also experiencing the same issue, any thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have overridden the java class to ignore the exception.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.