Re: Solr not indexing everything from MongoDB

2013-10-24 Thread Michael Della Bitta
That's typical for an index that receives updates to the same document. Are you sure your keys are unique? Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917 477 7906 appinions inc. “The Science of Influence Marketing” 18 East 41st Street New York, NY 10017 t: @appin

Re: Solr not indexing everything from MongoDB

2013-10-23 Thread gohome190
numFound is 10. numDocs is 10, maxDoc is 23. Yeah, Solr 4.x! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-not-indexing-everything-from-MongoDB-tp4097302p4097340.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr not indexing everything from MongoDB

2013-10-23 Thread Shawn Heisey
On 10/23/2013 1:14 PM, gohome190 wrote: I have a Mongo database with about 50 entries inside. I use a mongo-solr connector. When I do a Solr *:* query, I only get about 10 or 13 responses. Even if I increase the max rows. I have updated my schema.xml accordingly. I have deleted my solr index,