I noticed the problem looking at a group query, the groups returned where sorted on the score field of the first result, and then showed to the user. Repeating the same query I noticed that the order of two group started switching
Thank you, I will look for the thread you said 2014-10-20 22:07 GMT+02:00 Alexandre Rafalovitch <[email protected]>: > What are the differences on. The document count or things like facets? > This could be important. > > Also, I think there was a similar thread on the mailing list a week or > two ago, might be worth looking for it. > > Regards, > Alex. > Personal: http://www.outerthoughts.com/ and @arafalov > Solr resources and newsletter: http://www.solr-start.com/ and @solrstart > Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 > > > On 20 October 2014 04:49, Giovanni Bricconi <[email protected]> > wrote: > > Hello > > > > I have a procedure that sends small data changes during the day to a > > solrcloud cluster, version 4.8 > > > > The cluster is made of three nodes, and three shards, each node contains > > two shards > > > > The procedure has been running for days; I don't know when but at some > > point one of the cores has gone out of synch and so repeating the same > > query has began to show small differences. > > > > The core graph was not useful, everything seemed active. > > > > I have solved the problem reindexing all, because the collection is quite > > small, but is there a way to fix this problem? Suppose I can figure out > > which core returns different results, is there a command to force that > core > > to refetch the whole index from its master? > > > > Thanks > > > > Giovanni >
