RE: Print Solr Responses || SOLR 7.5

2021-07-26 Thread Akreeti Agarwal
users@solr.apache.org Cc: solr-u...@lucene.apache.org Subject: Re: Print Solr Responses || SOLR 7.5 [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise

Re: Print Solr Responses || SOLR 7.5

2021-07-23 Thread Dave
Assuming you have an interface to solr in between your ap and solr server, why not just store the entire result set in json format into a table? It’s fast reliable and does exactly what you want yes? > On Jul 23, 2021, at 10:34 AM, Gora Mohanty wrote: > > On Fri, 23 Jul 2021 at 11:05, Akreeti

Re: Print Solr Responses || SOLR 7.5

2021-07-23 Thread Gora Mohanty
On Fri, 23 Jul 2021 at 11:05, Akreeti Agarwal wrote: > Classification: Confidential > Hi All, > > I am using SOLR 7.5 Master/Slave architecture in my project. Just wanted > to know, is there any way in which we can print responses generated by SOLR > query in some log file i.e. as many solr query