Hi all,

Solr newb here.  I'm attempting to index some docs and then search for them
using the usual XML posts to send the document data to the app.  The
documents seem to be indexing as the numDocs under statistics seems to
reflect the number of documents I've POSTed.  However, through no medium am
I able to retrieve search results.

I've tried making requests from Catalyst::Model::WebService::Solr, and I've
tried through the admin page's "make a query" textarea.

I get responses like this:

{"responseHeader":{"status":0,"QTime":1,"params":{"q":"i","wt":"json"}},"response":{"numFound":0,"start":0,"docs":[]}}

When I *know* there is data indexed.

Are things not being committed? Or did I royally fuck something else up? :-)

Thanks in advance,

-Devin

-- 
Devin Austin
http://www.codedright.net
9702906669 - Cell

Reply via email to