On 5/27/06, karl wettin <[EMAIL PROTECTED]> wrote:
Is there a one method all searches are routed though that I can
interface with a decorator or so to catch all Hits created?

Search results, or only actual Hits objects?
For Hits, perhaps the 4 methods on Searcher that return Hits.

But IMO, callbacks and decorators shouldn't be spread all over
Lucene... it's easy cache Hits at a higher layer... create a
CachingSearcher or something.  You need to write code to use lucene
for your specific application anyway.

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to