The highlighter does not support SpanQuery objects. The problem lies in the QueryTermExtractor, which simply doesn't look for SpanQuery objects in an if-then-else conditional.
My update which fixed this issue is attached.
Update to QueryTermExtractor.cs to add SpanQuery support
Log in to post a comment.
Update to QueryTermExtractor.cs to add SpanQuery support