Even that doesn't work,
How can I check properly, I did insert one document but I can't get it back
???


Feak, Todd wrote:
> 
> Unless "q=ALL" is a special query I don't know about, the only reason you
> would get results is if "ALL" showed up in the default field of the single
> document that was inserted/updated.
> 
> You could try a query of "*:*" instead. Don't forget to URL encode if you
> are doing this via URL.
> 
> -Todd
> 
> 
> -----Original Message-----
> From: sunnyfr [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 23, 2008 9:17 AM
> To: solr-user@lucene.apache.org
> Subject: One document inserted but nothing showing up ? SOLR 1.3
> 
> 
> Hi 
> 
> Can somebody help me ?
> How can I see all my documents, I just did a full import :
> <str name="">
> Indexing completed. Added/Updated: 1 documents. Deleted 0 documents.
> </str>
> 
> and when I do :8180/solr/video/select/?q=ALL, I've no result ?
> <response>
> −
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">0</int>
> −
> <lst name="params">
> <str name="q">ALL</str>
> </lst>
> </lst>
> <result name="response" numFound="0" start="0"/>
> </response>
> 
> Thanks a lot,
> 
> -- 
> View this message in context:
> http://www.nabble.com/One-document-inserted-but-nothing-showing-up---SOLR-1.3-tp20134357p20134357.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/One-document-inserted-but-nothing-showing-up---SOLR-1.3-tp20134357p20145343.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to