Sorry to reply to my own post...
I can turn down the log4j level from DEBUG to WARN as a "solution" but
I'd like to see if I can have this cleaned up via elasticsearch and
not have to make additional calls from my end.
Have a great weekend.
Bryan
On Dec 10, 12:41 pm, Bryan Green bryogr...@gmail.com wrote:
Hiya,
When a field cannot be found in the mapping during the sort operation,
is there a way to have the system not throw an exception? It would be
nice if the field at fault is ignored from the sort fields.Is the only other option to: pull the mappings for the item in the
particular index, see if the field exists or not, then tailor the
search statement?Thank you for your time,
Bryan Green