Try using luke - to view contents of index

Ankit


-----Original Message-----
From: krosan [mailto:kro...@gmail.com] 
Sent: Monday, December 21, 2009 10:22 AM
To: solr-user@lucene.apache.org
Subject: Re: Documents are indexed but not searchable


When searching for *:* I get this response:

<response>

<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">9</int>

<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0"/>
</response>

I'm guessing this means the documents aren't really in the index?
However, I do get this reply when using the data-config debugger (with
commit on):
http://pastebin.com/m7a460711
And that obviously states "Indexing completed. Added/Updated: 2 documents.
Deleted 0 documents."

Do you have any ideas why the index doesn't really have those documents?

Thanks in advance!

Andreas Evers 



Noble Paul wrote:
> 
> just search for *:* and see if the docs are indeed there in the index.
> --Noble
> 
> -- 
> -----------------------------------------------------
> Noble Paul | Systems Architect| AOL | http://aol.com
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Documents-are-indexed-but-not-searchable-tp26868925p26875427.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to