SolrCloud: only partial results returned

2012-12-19 Thread Lili
on what might be wrong or is it a known issue? Thanks, Lili -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-only-partial-results-returned-tp4028200.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud: only partial results returned

2012-12-20 Thread Lili
Mark, yes, they have unique ids. Most the time, after the 2nd json http post, query will return complete results. I believe the data was indexed already with 1st post since if I shutdown the solr after 1st post and restart again, query will return complete result set. Thanks, Lili

Re: SolrCloud: only partial results returned

2012-12-21 Thread Lili
I am using the follow command with commit: curl 'http://:/solr/update/json?commit=true' --data-binary @books.json -H 'Content-type:application/json' So I assume this is hard commit? Thanks, Lili -- View this message in context: http://lucene.472066.n3.nabble.com/So