FVH does not highlight every match

I have an index where i store books and i want to search them with query string with regex and highlight the result. When the index is small, for example about 50 books, everything is fine, the fast vector highlighter highlights every match. However when the index is bigger, 100 books and more, the fvh is not precise, it highlights only about one third of all the matches. I have tried to use the unified highlighter too, but sometimes it returns snippets with only one word, and that's not really what i need. Is it somehow possible to highlight every match and return reasonable long snippet?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.