Details
Description
Currently SimpleExcerptProvider always provides excerpt, regardless of the underlying index used for the query, this having the limitation of not working with binaries.
Because of that it'd be good to leverage existing indexes capabilities to use their highlighter implementations to provide excerpt support, also because Lucene and Solr Oak indexes already perform full text extraction from binaries.