Hi,
To solve the issue of 'lenght of the field x exceeding the limit set for highlighting', we decided to index large fields with 'index_options: offsets' as suggested by error message.
But post this fix we are getting error that index has exceeded the number of max fields allowed. Which seems strange because we create new index each month and today is the first day of the month.
So does indexing with offsets increase the number of fields someway? And post indexing with offsets, I'm also seeing timeout errors.
Thanks,