I've loaded some data into my solr using the embedded server, and I
can see the data using Luke.  I start up the web app, and it says

>cwd=/Users/ptomblin/apache-tomcat-6.0.20 
>SolrHome=/Users/ptomblin/src/lucidity/solr/

I hit the "schema" button and it shows the correct schema.  However,
if I type anything into the query window, it never returns anything.
I've tried things that I know for sure are in the default search
field, but all I get back is

<?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
 <int name="status">0</int>
 <int name="QTime">2</int>
 <lst name="params">
  <str name="indent">on</str>
  <str name="start">0</str>
  <str name="q">scientist</str>
  <str name="rows">10</str>
  <str name="version">2.2</str>
 </lst>
</lst>
<result name="response" numFound="0" start="0"/>
</response>

How can I figure out why I'm not getting any results back?  Any log
files I can look at?

-- 
http://www.linkedin.com/in/paultomblin

Reply via email to