simmerdown
Programmer
... which I hope is not the same thing as Mission: Impossible.
I've got a Verity search in place, and I can implement little tricks like returning only x number of characters from the "summary" result column. But what I'd really like to do is return results in this manner (assuming I've searched for "going" in this example):
_____________________________________
1. Getting Started
"... when David gets going on his search engine ..."
2. Debugging
"... in going through the code, I realized ..."
3. Rejoicing
"... we were just going out the door that night ..."
_____________________________________
The relevant sentence is featured in the result, with the searched-for term highlighted.
I've seen this type of contextual result here and there (google, for instance: ), on admittedly not-Verity-powered search engines. Any ideas on apporaching this functionality within a Verity result? Consider it a challenge ... I'll post any successes I have.
I've got a Verity search in place, and I can implement little tricks like returning only x number of characters from the "summary" result column. But what I'd really like to do is return results in this manner (assuming I've searched for "going" in this example):
_____________________________________
1. Getting Started
"... when David gets going on his search engine ..."
2. Debugging
"... in going through the code, I realized ..."
3. Rejoicing
"... we were just going out the door that night ..."
_____________________________________
The relevant sentence is featured in the result, with the searched-for term highlighted.
I've seen this type of contextual result here and there (google, for instance: ), on admittedly not-Verity-powered search engines. Any ideas on apporaching this functionality within a Verity result? Consider it a challenge ... I'll post any successes I have.