Sounds like two different things. On demand cancellation vs. timeout.

Regards,
    Alex
On 14 Jan 2014 04:20, "Mikhail Khludnev" <mkhlud...@griddynamics.com> wrote:

> Hello Luis,
>
> It's not so difficult for Lucene, e.g. there are timeboxed queries
>
> http://docs.lucidworks.com/display/solr/Common+Query+Parameters#CommonQueryParameters-The{{timeAllowed}}Parameter
> .
> It's a problem for Servlet request/response model, it need to be revised to
> AJAX-one.
>
>
> On Mon, Jan 13, 2014 at 10:47 PM, Luis Lebolo <luis.leb...@gmail.com>
> wrote:
>
> > Hi All,
> >
> > Is it possible to cancel a Solr query/request currently in progress?
> >
> > Suppose the user starts searching for something (that takes a long time
> for
> > Solr to process), then decides the modify the query. I can simply ignore
> > the previous request and create a new request, but Solr is still
> processing
> > the old request, correct?
> >
> > Is there any way to cancel that first request?
> >
> > Thanks,
> > Luis
> >
>
>
>
> --
> Sincerely yours
> Mikhail Khludnev
> Principal Engineer,
> Grid Dynamics
>
> <http://www.griddynamics.com>
>  <mkhlud...@griddynamics.com>
>

Reply via email to