Re: Highlighting with a default copy field with EdgeNGramFilterFactory

2011-11-17 Thread João Nelas
I found out the solution! I needed to also add an EdgeNGramFilterFactory to the fields that are the source of the copyField. That got the highlighting working again. -- View this message in context: http://lucene.472066.n3.nabble.com/Highlighting-with-a-default-copy-field-with-EdgeNGramFilterFac

Highlighting with a default copy field with EdgeNGramFilterFactory

2011-11-15 Thread João Nelas
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 grea