Hi, 

I have a defaultSearch field that's also the target of a copyField with
source="*".

If I do a wildcard search "q=sas*" I get a match on all docs that have any
word starting with "sas" and I get a separate highlight for every field
where there is a match (using "hl=on&hl.fl=*").

This is great!

But now I would like to insert an EdgeNGramFilterFactory on that field, so
that I can instead do "q=sas" without the wildcard.

When I do that, I get the match but no highlights.

Is there something different that I need to do to get highlighting?


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-with-a-default-copy-field-with-EdgeNGramFilterFactory-tp3510374p3510374.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to