Broken highlight truncation for hl.alternateField

2015-09-10 Thread Thibaud Bioulac
Hello everybody, I have the exact same issue as Arcadius Ahouansou (see Broken highlight truncation for hl.alternateField <http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201209.mbox/%3ccajn2xr-+x8hpwqxcr5gumrki_ervtrs0ggoqm3wnmqyemxy...@mail.gmail.com%3E#archives> ). To sum up

Re: Broken highlight truncation for hl.alternateField

2012-09-14 Thread Koji Sekiguchi
Hi Arcadius, I think it is a feature. If no match terms found on hl.fl fields then it triggers hl.alternateField function, and if you set hl.maxAlternateFieldLength=[LENGTH], the highlighter extracts the first [LENGTH] characters of stored data of the hl.fl field. As this is the common feature

Broken highlight truncation for hl.alternateField

2012-09-14 Thread Arcadius Ahouansou
Hello. I am using the fastVectorHighlighter in Solr3.5 to highight and truncate the summary of my results. The standard breakIterator is being used with hl.bs.type = WORD as per http://lucidworks.lucidimagination.com/display/solr/Highlighting Search is being performed on the document title and