I'm currently writing a Lucene-based Index&Search-plugin with Zend_Search_Lucene. Currently the whole core stuff (indexing, searching, deleting and updating of entries) is working quite good.
Now it comes to the finer (read: harder
Then I tried serendipity_printEntries, but this outputs nothing in my current context. I'm currently using it in a function which is called by entries_header.
Any hints how I could implement that in an (quite easy) way?
Garvin hinted a while ago in a PN, that he could imagine to implement some kind of search-abstraction to allow different search-plugins. But until that's available, I'm looking for a sane solution to display my results in a nice a. (currently it's only plain text).