That's more of an app-level feature, there's nothing in Solr that does
this for you.

Some people have used a different Solr collection to store the queries
as strings for display, but that's again something you build on top of
Solr, not a core feature.

Best,
Erick

On Wed, Apr 6, 2016 at 2:32 AM, Pritam Kute
<pritam.k...@hotwaxsystems.com> wrote:
> Hi,
>
> I have designed one web page on which user can search and filter his data
> based on some term facets. I am using Apache Solr 5.3.1 for the same. It is
> working perfectly fine.
>
> Now my requirement is to save the query which I have executed on Solr, so,
> in future, if I need to search the same results, I have to just extract the
> saved query and make a query to Solr server (I mean the feature like saving
> the favorite filters).
>
> Any help would be useful. Thanks in advance.
>
> Thanks & Regards,
> --
> *Pritam Kute*

Reply via email to