> I'm trying to find a way to best highlight search results even though
> those
> results are not stored in my index.  Has anyone been successful in
reusing
> the SOLR highlighting logic on non-stored data?

I was able to do this by slightly modifying the FastVectorHighlighter so
that it returned before computing snippets, instead returning the term
match offsets in the FieldPhraseList class. Of course you need to make
sure that your files are encoded in such a way that a character always has
the same byte width.

-- Bryan

Reply via email to