Re: [dspace-tech] Solr Query Dspace API in JSPUI x DSpace 6.3 [Code Question]

2020-06-10 Thread R W
Hi Mark, You're incredible! Pointing out that null pointer, led me to find out that our solr server configurations were not set up properly (we have an external solr server). I logged out the configurationService.getProperty("solr-statistics.server") and it was coming back null. Fixed that and

Re: [dspace-tech] Solr Query Dspace API in JSPUI x DSpace 6.3 [Code Question]

2020-06-09 Thread Mark H. Wood
On Mon, Jun 08, 2020 at 09:16:17AM -0700, R W wrote: > I am reaching out to ask for a second pair of eyes on this custom servlet > that I'm migrating from DSpace JSPUI x5.9 to x6.3. The servlet builds and > deploys without any issues but does not return a response from the solr > query when the

[dspace-tech] Solr Query Dspace API in JSPUI x DSpace 6.3 [Code Question]

2020-06-08 Thread R W
Hi Everyone, I am reaching out to ask for a second pair of eyes on this custom servlet that I'm migrating from DSpace JSPUI x5.9 to x6.3. The servlet builds and deploys without any issues but does not return a response from the solr query when the servlet URL is requested. The goal of this serv