If you open the source, you will see it internally calls this.getBestFragments(tokenStream, text, maxNumFragments) which in turn calls
this.getBestTextFragments(tokenStream, text, true, maxNumFragments) (*with flag true*) which will merge the fragments automatically. Regards. -- View this message in context: http://lucene.472066.n3.nabble.com/getBestFragments-with-SimpleSpanFragmenter-tp4301065p4301069.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org