Hi,

No, it's not normal :) Have you tried to hit SHIFT-F5 to make sure you're not 
getting tricked by browser caching? Or try a slightly different query like id:*
You can also visit the "Schema browser" page of Solr admin and check the stats 
on how many docs are in the index.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com

On 25. jan. 2012, at 10:35, m0rt0n wrote:

> Hello,
> 
> I have seen that I am getting 913 documents indexed:
> 
> <str name="Total Requests made to DataSource">1</str>
> <str name="Total Rows Fetched">913</str>
> <str name="Total Documents Skipped">0</str>
> <str name="Full Dump Started">2012-01-25 10:22:39</str>
> <str name="">Indexing completed. Added/Updated: 913 documents. Deleted 0
> documents.</str>
> <str name="Committed">2012-01-25 10:22:44</str>
> <str name="Optimized">2012-01-25 10:22:44</str>
> <str name="Total Documents Processed">913</str>
> <str name="Time taken ">0:0:5.10</str>
> 
> ... and, when I do a search for *:* (all documents) I get 383 results
> <result name="response" numFound="383" start="0" maxScore="1.0">
> 
> Is this normal? if it is not, do you know why it could be this way and what
> could I do to fix it?
> 
> Thanks in advance!
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Difference-between-indexed-documents-and-results-in-query-tp3687217p3687217.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to