RE : RE : RE : Shards don't return documents in same order

2014-05-06 Thread Francois Perron
ck...@gmail.com] Envoyé : 6 mai 2014 11:39 À : solr-user@lucene.apache.org Objet : Re: RE : RE : Shards don't return documents in same order copyField should be working fine on all servers. What it sounds like to me is that somehow your schema.xml file was different on one machine. Now, this shoul

Re: RE : RE : Shards don't return documents in same order

2014-05-06 Thread Erick Erickson
> > Regards. > > De : Erick Erickson [erickerick...@gmail.com] > Envoyé : 2 mai 2014 12:07 > À : solr-user@lucene.apache.org > Objet : Re: RE : Shards don't return documents in same order > > Francois: > > Yes, there are sever

RE : RE : Shards don't return documents in same order

2014-05-06 Thread Francois Perron
___ De : Erick Erickson [erickerick...@gmail.com] Envoyé : 2 mai 2014 12:07 À : solr-user@lucene.apache.org Objet : Re: RE : Shards don't return documents in same order Francois: Yes, there are several means to examine the raw terms in the index. > The admin/schema-b

Re: RE : Shards don't return documents in same order

2014-05-02 Thread Erick Erickson
problem with a particular server > ? All configs are in zookeeper so all cores shouldhave the same config, > right ? Is there any way to force a replicat to resynchronize ? > > Regards, > > Francois. > > > De : Erick Erickson [erickerick...@gmail.com]

RE : Shards don't return documents in same order

2014-05-01 Thread Francois Perron
eplicat to resynchronize ? Regards, Francois. De : Erick Erickson [erickerick...@gmail.com] Envoyé : 30 avril 2014 16:36 À : solr-user@lucene.apache.org Objet : Re: Shards don't return documents in same order Hmmm, take a look at the admin/analysis page f

Re: Shards don't return documents in same order

2014-04-30 Thread Erick Erickson
Hmmm, take a look at the admin/analysis page for these inputs for alphaOnlySort. If you're using the stock Solr distro, you're probably not considering the effects patternReplaceFilterFactory which is removing all non-letters. So these three terms reduce to mba mba mbanew You can look at the actu

Shards don't return documents in same order

2014-04-30 Thread Francois Perron
Hi guys, I have a small SolrCloud setup (3 servers, 1 collection with 1 shard and 3 replicat). In my schema, I have a alphaOnlySort field with a copyfield. This is a part of my managed-schema : with the copyfield The problem is : I query my collection wit