I am currently using zend_search_lucene for searching across plain text documents. The one thing I can not figure out is how to do is highlighting like Google does. Instead of returning just a description or the first 100 characters with matching words highlighted, I would like to return ONLY sentences or parts of sentences that have a matching word in them.
I realise that http://framework.zend.com/manual/en/zend.search.lucene.searching.html talks about Highlighting, but I just do not understand how to get it to work like Google does (when Google is not using page descriptions). Any ideas? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/zend-search-lucene-Google-Highlighting-tp3219610p3219610.html Sent from the Zend Framework mailing list archive at Nabble.com.
