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
wrote:
> Right... You can store that
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 i
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,
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 resu