On the stats page it shows:

caching : true
numDocs : 170
maxDoc : 340
readerImpl : MultiReader
readerDir : 
org.apache.lucene.store.FSDirectory@/usr/local/apache-solr/example/solr/data/index
indexVersion : 1220876093260
openedAt : Mon Sep 08 13:58:17 EDT 2008
registeredAt : Mon Sep 08 13:58:18 EDT 2008 

If I use the query to retrieve all, I get all the results so at least I know 
they are there.  Phew!  If I do a query of:

http://localhost:8983/solr/select?q=suit

I get nothing even though one of the records that was returned includes that 
word in it.

Thanks,

Alex


----- Original Message -----
From: "Yonik Seeley" <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, September 8, 2008 12:28:41 PM GMT -05:00 US/Canada Eastern
Subject: Re: Problem retrieving results

On Mon, Sep 8, 2008 at 12:16 PM, Alex Gadea <[EMAIL PROTECTED]> wrote:
> Is there any way to issue a query against SOLR that will return all records 
> in the index?

http://localhost:8983/solr/select?q=*:*

Checking the admin stats page should also tell you the number of
documents in the index.

-Yonik

Reply via email to