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

2014-05-06 Thread Francois Perron
command after you upload the changes to ZooKeeper.... Best, Erick On Tue, May 6, 2014 at 5:37 AM, Francois Perron wrote: > Hi Erick, > > thanks for your help. After some checks. it appear that sort field (the > alphaSortOnly field) aren't feed on 'some' servers. On t

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

2014-05-06 Thread Francois Perron
setup but is a great tool. Did you re-index from scratch on all shards? I presume your ordering is still not the same on all shards... the order I'd expect would be: mb20140410a mb20140410anew mb20140411a Best, Erick On Thu, May 1, 2014 at 8:27 AM, Francois Perron wrote: > Hi Er

RE : Shards don't return documents in same order

2014-05-01 Thread Francois Perron
doc IDs relative to each other as a result of merging so that's something else to watch out for. Best, Erick On Wed, Apr 30, 2014 at 1:06 PM, Francois Perron wrote: > Hi guys, > > I have a small SolrCloud setup (3 servers, 1 collection with 1 shard and 3 > replicat). In my sche

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

RE : Edit config files

2014-03-18 Thread Francois Perron
at remains is a read-only config directory browser/file viewer. May I ask why you thought the config file editing functionality was in 4.7? Steve On Mar 18, 2014, at 4:39 PM, Francois Perron wrote: > Hi, > > I had install lastest version of solr (4.7.0) and I want to try new > fu

Edit config files

2014-03-18 Thread Francois Perron
Hi, I had install lastest version of solr (4.7.0) and I want to try new functionality to edit config files in AdminUI. But when I click on file, no edit box appear! This is info on my version : Versions * solr-spec 4.7.0 * solr-impl 4.7.0 1570806 - simon - 2014-02-22 08:36:23 * luce

Trigger documents update in a collection

2013-04-15 Thread Francois Perron
Hi all, I want to use Solr4 as a NoSQL. My 'ideal' workflow is to add/update documents in a collection (NoSQL) and automatically update changes in another collection with more specific search capabilities. The nosql collection will contains all my documents (750M docs). The 'searchable' col

Bridge between Solr and NoSQL

2012-05-07 Thread Francois Perron
Hi all, I would like to know if there is some projects to integrate Solr with NoSQl like MongoDB. They already had a link like this between ElasticSearch and CoughDB. (Cough River I think) Thank you.

Re: Grouping ngroups count

2012-05-01 Thread Francois Perron
ps at the time. > > https://issues.apache.org/jira/browse/SOLR-3316 > > If this is a similar issue then you should make a new Jira issue. > > Cody > > -Original Message- > From: Francois Perron [mailto:francois.per...@wantedanalytics.com] > Sent: Tuesday, M

Grouping ngroups count

2012-05-01 Thread Francois Perron
Hello all, I tried to use grouping with 2 slices with a index of 35K documents. When I ask top 10 rows, grouped by filed A, it gave me about 16K groups. But, if I ask for top 20K rows, the ngroups property is now at 30K. Do you know why and of course how to fix it ? Thanks.