Re: Cant retrieve data

2011-03-29 Thread Erick Erickson
Your documents aren't getting in your index. Did you follow up on Gora's comment that you weren't selecting an ID? IDs are NOT generated by Solr, you need to supply them as part of your document. Second, look in your Solr logs, or just look at the screen where you started Solr when you index. I b

Re: Cant retrieve data

2011-03-28 Thread Walter Andreas Pucko
On Mon, 28 Mar 2011 13:12 +0100, "Upayavira" wrote: > What query are you doing? > /solr/select/?q=welpe%0D%0A&version=2.2&start=0&rows=10&indent=on > Try q=*:* > returns: − 0 5 − *:* > Also, what does /solr/admin/stats.jsp report for number of docs? That's a good question. Core s

Re: Cant retrieve data

2011-03-28 Thread Gora Mohanty
On Mon, Mar 28, 2011 at 4:58 PM, Merlin Morgenstern wrote: [...] You should probably hide passwords when posting to public lists. >         >         >             >             >             [...] Your select does not seem to have the ID field. Regards, Gora

Re: Cant retrieve data

2011-03-28 Thread Jeffrey Chang
I'm also new but I was able to get DIH working. >From your response your have: ... Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. ... 0 I believe your fetch (db source and query) is correct based on the response but perhaps your mapping isn't. I would check required fields o

Re: Cant retrieve data

2011-03-28 Thread Upayavira
What query are you doing? Try q=*:* Also, what does /solr/admin/stats.jsp report for number of docs? Upayavira On Mon, 28 Mar 2011 04:28 -0700, "Merlin Morgenstern" wrote: > Hi there, > > I am new to solr and have just installed it on a suse box with mysql > backend. > > Install and MySQL c

Cant retrieve data

2011-03-28 Thread Merlin Morgenstern
Hi there, I am new to solr and have just installed it on a suse box with mysql backend. Install and MySQL connector seem to be running. I can see the solr admin interface. Now I tried to index a table with about 0.5 Mio rows. That seemed to work as well. However, I do get 0 results doing a querie