: Yes, you can extend QuerySenderListener to do this.
one of the really simple approaches i use (since the EventListener api is
kind of awkward) is to implement a RequestHandler that executes whatever
queries you want (using LocalSolrRequest instances) and then configure
QuerySenderListener to
Yes, you can extend QuerySenderListener to do this.
Also see https://issues.apache.org/jira/browse/SOLR-784
On Wed, Nov 5, 2008 at 3:22 AM, Manepalli, Kalyan <
[EMAIL PROTECTED]> wrote:
> Hi all,
>
>I am working on smartfill solution using Solr. For
> increasing the speed, I want to