Re: Highlighting simple.pre and simple.post values getting ignored

2014-11-10 Thread shamik
Found the issue, to use FastVectorHighlighter, the pre and post tag syntax are different This worked out as expected. -- View this message in context: http://lucene.472066.n3.nabble.com/Highlighting-simple-pre-and-simple-post-values-getting-ignored-tp4168657p4168663.html Sent from the Solr

Re: Highlighting simple.pre and simple.post values getting ignored

2014-11-10 Thread shamik
Looks like this has to do with the selection of fast vector and breakIterator as boundary scanner. I'm using them to make sure that the highlighted snippet starts from the beginning of a sentence and not from the middle. false true breakIterator Now, if I don't use them, I'm getting the right p