RE: Run a query via SolrJ using Request URL

2014-10-20 Thread Cario, Elaine
content.close(); QueryResponse resp = new QueryResponse(namedList, null); -Original Message- From: Dickinson, Cliff [mailto:cdickin...@ncaa.org] Sent: Wednesday, October 15, 2014 9:37 AM To: solr-user@lucene.apache.org Subject: Run a query via SolrJ using Request

Run a query via SolrJ using Request URL

2014-10-15 Thread Dickinson, Cliff
I'm faily new to Solr and have run into an issue that I cannot figure out how to solve. I'm trying to implement a Save Search requirement similar to bookmarking to allow the same search to be run in the future. Once the original search is executed from within a Spring app, I use the ClientUt