FSCrawler: Error while crawling - Invalid UTF-8 start byte 0xb5

This probably means that the index has been created before FSCrawler started. And created with an incompatible mapping. If you don't want to do anything specific with the mapping and you don't care of the existing data, just delete the index:

DELETE hvr*

And restart FSCrawler:

bin/fscrawler hvr --restart
1 Like