Im implementing zend-lucene search on my site, and I have indexing going well, and I can search.
But the results just come back with the records that have a hit in order of score without the content (other than extra fields).
Id like to be able to show where in the content the match was. Is this possible?
I know that the content is index but not stored for space reasons. So do I have to mix this with a SQL query if I want to return back a excerpt?
Also... Is it possible to see where the match was made? Like title vs author vs content?