Skip to Content
0
Feb 23, 2018 at 02:42 PM

Solr 7.1 does not return any results

369 Views

Hi,

We upgraded to version 6.6 with solr 7.1 and now the solr query does not return any results.

The index is done, we can see all the indexed products, but if we do a search, no results are found.

On the solr browser, we can performe a search and the results are returning right. But on the store, no results.

Is there something that we need to change in the fields on solr.impex? Or maybe a new configuration that we missed?

I checked the facet "name" on HMC and it was not marked as a facet. So I marked it as a facet on HMC and tried to save it. the follow exception was raised:

 de.hybris.platform.servicelayer.exceptions.ModelSavingException: [de.hybris.platform.solrfacetsearch.interceptors.SolrIndexedPropertyValidateInterceptor@6224f6dc]:The indexed property name is of type text and cannot be facet.

After that I changed it to "string" and marked it as facet. No exception was raised. Did a full index, but the search still does not work.

Thanks.