Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Erick Erickson
makes no sense. Go back to the very beginning. I >>> was using an out of date configuration file which pointed SolrJ to another >>> running Solr that had a core similar enough to the one running on localhost >>> that I could not see an issue... until I checked everythin

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Ashwin Tandel
ng. > > > > > > All is good. > > > > > > -S > > > > > > -Original Message- > > > From: Steve Pruitt > > > Sent: Thursday, June 27, 2019 2:46 PM > > > To: solr-user@lucene.apache.org > > > S

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Alexandre Rafalovitch
ost > that I could not see an issue... until I checked everything. > > > > All is good. > > > > -S > > > > -Original Message- > > From: Steve Pruitt > > Sent: Thursday, June 27, 2019 2:46 PM > > To: solr-user@lucene.apache.org > > S

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Erick Erickson
gt; All is good. > > -S > > -Original Message- > From: Steve Pruitt > Sent: Thursday, June 27, 2019 2:46 PM > To: solr-user@lucene.apache.org > Subject: RE: [EXTERNAL] - Re: Solr not returning stored field > > Ok, I am totally confused. > > It works fine us

RE: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Steve Pruitt
. -S -Original Message- From: Steve Pruitt Sent: Thursday, June 27, 2019 2:46 PM To: solr-user@lucene.apache.org Subject: RE: [EXTERNAL] - Re: Solr not returning stored field Ok, I am totally confused. It works fine using Solr Admin console on some test cases. I set the fl box

RE: [EXTERNAL] - Re: Solr not returning stored field

2019-06-27 Thread Steve Pruitt
PM To: solr-user Subject: [EXTERNAL] - Re: Solr not returning stored field (If no other SolrJ specific advice shows up) Can you divide the problem in a middle a see what happens and whether the issue is Solr or SolrJ side. Specifically, execute the query directly against Solr and see what

Re: Solr not returning stored field

2019-06-27 Thread Alexandre Rafalovitch
(If no other SolrJ specific advice shows up) Can you divide the problem in a middle a see what happens and whether the issue is Solr or SolrJ side. Specifically, execute the query directly against Solr and see what happens. Also I would triple-check that the documents you are getting back

Solr not returning stored field

2019-06-27 Thread Steve Pruitt
I cannot get Solr to return a stored field. My schema is: : : I am using the SolrJ client and trying this: The query string contains = " user: " and a list of user field values; The query executes ok. I get several documents. SolrQuery solrQuery = new SolrQuery(query);