Thanks so much Erick and John for your inputs.

This was surely helpful input for me. I tried using RDBMS and stored user
specific queries into RDBMS. It is working for me.

Thanks & Regards,
--
*Pritam Kute*

On Thu, Apr 7, 2016 at 3:01 AM, John Bickerstaff <j...@johnbickerstaff.com>
wrote:

> Right...  You can store that anywhere - but at least consider not storing
> it in your existing SOLR collection just because it's there...  It's not
> really the same kind of data -- it's application meta-data and/or
> user-specific data...
>
> Getting it out later will be more difficult than if you store it
> separately...
>
> A relational data store is ideal for this kind of thing - especially if
> it's associated with a user and you're already storing user data in an
> RDBMS.  It's just a string...
>
> Alternatively, a "user" document or a "saved search" document in another
> Solr collection could hold the data...
>
> On Wed, Apr 6, 2016 at 3:22 PM, Erick Erickson <erickerick...@gmail.com>
> wrote:
>
> > 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