I tried this in tests both at the Lucene layer and Solr layer and I'm not seeing the failure to highlight for the UH. What query parser are you using?
~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Mar 31, 2021 at 11:39 AM seez <shree...@gmail.com> wrote: > Hello, > > I have the following fuzzy search criteria: > > runnings~0 > > Search itself returns expected results and I see documents that have the > exact term "runnings". However the same query criteria is not honored by > unified highlighter. It gives back no matching results. Although > "runnings~1" works (with the added caveat of also honoring the "1" edit > distance). > > So it appears unified highlighter only supports edit distance > 0 for fuzzy > searches. And this is not an issue with original or fastVector > highlighters. > Is this a real problem or am I missing something? > > > > > > -- > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html >