London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Helani,
Can you share line of codes which includes the creating of search query and declaration of that int property. That will be helpful to identify the problem.
Thanks.
Are you using a demo/developer find index?
We have this issue from time to time that Episerver find servers are Unavailable, for our local environment where we are using developer index.
Usually we open a ticket about it, but most of the case it will start to work again pretty quickly.
We have a search in our website implemented using EPiServer Find. It has a sorting option such as 'Sort by number of views' which is based on a int property.
Strange thing is this sorting works for most of the times and occationally it fails with following Java ClassCastException error.
EPiServer.Find.ServiceException: 'The remote server returned an error: (503) Server Unavailable.
ReduceSearchPhaseException[Failed to execute phase [query], [reduce] ]; nested: ClassCastException[java.lang.Double cannot be cast to java.lang.Long]; '
Anyyone has a clue why this server error occurs randomly?