Re: solrj returning no results but curl can get them

2015-01-31 Thread Dmitry Kan
Hi Sol, Glad to hear it was easier to fix, i.e. not a solr core issue. On Fri, Jan 30, 2015 at 5:27 PM, S L wrote: > It was pilot error. I just reviewed my servlet and noticed a parameter in > web.xml that was looking to find data for the new product in the production > index which doesn't have

Re: solrj returning no results but curl can get them

2015-01-30 Thread S L
Hi Dmitri, I do have a question mark in my search. I see that I dropped that accidentally when I was copying/pasting/formatting the details. My curl command is curl "http://myserver/myapp/myproduct?fl=*,."; And, it works fine whether I have .../myproduct/?fl=*, or if I leave out the / b

Re: solrj returning no results but curl can get them

2015-01-30 Thread S L
It was pilot error. I just reviewed my servlet and noticed a parameter in web.xml that was looking to find data for the new product in the production index which doesn't have that data yet while my curl command was running against the staging index. I rebuilt the servlet with the fixed parameter an

Re: solrj returning no results but curl can get them

2015-01-30 Thread Dmitry Kan
Hi, Some sanity checking: does the solr server base url in the code match the one you use with curl? What if you curl against http://myserver/myapp/ ? On Fri, Jan 30, 2015 at 5:58 AM, S L wrote: > I'm stumped. I've got s