Re: solrj returning no results but curl can get them

2015-01-31 Thread Dmitry Kan
h doesn't have that data yet while my curl command was running > against the staging index. I rebuilt the servlet with the fixed parameter > and life is now good. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solrj-returning-no-results-b

Re: solrj returning no results but curl can get them

2015-01-30 Thread S L
in context: http://lucene.472066.n3.nabble.com/solrj-returning-no-results-but-curl-can-get-them-tp4183053p4183116.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solrj returning no results but curl can get them

2015-01-30 Thread S L
meter and life is now good. -- View this message in context: http://lucene.472066.n3.nabble.com/solrj-returning-no-results-but-curl-can-get-them-tp4183053p4183119.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solrj returning no results but curl can get them

2015-01-30 Thread Dmitry Kan
ring and run this command: > > curl "http://myserver/myapp/myproduct\ > > > fl=*,score&rows=500&qt=/myproduct&hl=on&hl.fl=title+snippet&hl.fragsize=50\ >&hl.simple.pre=&hl.simple.post=\ >&a

solrj returning no results but curl can get them

2015-01-29 Thread S L
;hl.fl=title+snippet&hl.fragsize=500000\ &hl.simple.pre=&hl.simple.post=\ &q=title:brain%20OR%20snippet:brain" It runs just fine. How can I debug this? Thanks very much. -- View this message in context: http://lucene.472066.n3.nabble.com/solrj-returning-no-results-but-curl-can-get-them-tp4183053.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: *:* Returning no results

2009-11-30 Thread Erik Hatcher
Are you sure you're hitting the same core? Did a commit? Are you possibly using the dismax query parser (where *:* is fairly meaningless)? Erik On Nov 30, 2009, at 3:54 PM, Giovanni Fernandez-Kincade wrote: Hi, I created a brand new core (on Solr 1.4), added a few documents and

RE: *:* Returning no results

2009-11-30 Thread Giovanni Fernandez-Kincade
: Monday, November 30, 2009 4:02 PM To: solr-user@lucene.apache.org Cc: Giovanni Fernandez-Kincade Subject: Re: *:* Returning no results Add debugQuery=on to give you clues. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Nov 30, 2009, at 3:54 PM, Giovanni

Re: *:* Returning no results

2009-11-30 Thread Smiley, David W.
Add debugQuery=on to give you clues. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Nov 30, 2009, at 3:54 PM, Giovanni Fernandez-Kincade wrote: > Hi, > I created a brand new core (on Solr 1.4), added a few documents and then > searched for *:*, but got no

*:* Returning no results

2009-11-30 Thread Giovanni Fernandez-Kincade
Hi, I created a brand new core (on Solr 1.4), added a few documents and then searched for *:*, but got no results. Strangely enough, if I search for a specific document I know is in the index, like say "versionId:3", I get the expected result. Any ideas on why that might be? Thank, Gio.