Re: Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Henry Saputra
+1 Using lower case should make it easier for configure the properties. Thanks for starting discussion on this Lewis! - Henry On Mon, Jul 7, 2014 at 5:45 AM, Lewis John Mcgibbney wrote: > Hi Folks, > Right now I am slightly puzzled by the above method but specifically the > following line > > S

Re: Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Renato Marroquín Mogrovejo
+1 Using the classname in lower case is much better than forcing the user to take care of all properties to be right. 2014-07-07 14:45 GMT+02:00 Lewis John Mcgibbney : > Hi Folks, > Right now I am slightly puzzled by the above method but specifically the > following line > > String fullKey = GOR

Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Lewis John Mcgibbney
Hi Folks, Right now I am slightly puzzled by the above method but specifically the following line String fullKey = GORA + "." + org.apache.gora.util.StringUtils.getClassname(clazz) + "." + baseKey; We obtain the exact class name e.g. CassandraStore or SolrStore, etc… and then join the constituent