Re: Unable to create collection in 5.5

2016-03-28 Thread Yago Riveiro
Because I have codebase that relay in logic to resolve the name of collections. With this modification I'm forced to have logic to handled old and new collections when this should be transparent. If I have collection collection-1, collection-2, collection-3 created with a external tool,

Re: Unable to create collection in 5.5

2016-03-28 Thread Anshum Gupta
I'm not sure why this would be a problem as older collections would continue to work just fine. Do you mean that the restriction doesn't allow you to e.g. add a shard with a valid name, to an older collection ? On Mon, Mar 28, 2016 at 9:22 AM, Yago Riveiro wrote: > This

Re: Unable to create collection in 5.5

2016-03-28 Thread Yago Riveiro
This kind of stuff can't be released without a way to rename the current collections with hyphens (even for 6.0) \-- /Yago Riveiro ![](https://link.nylas.com/open/m7fkqw0yim04itb62itnp7r9/d6c3ba33ed5f4ac8af3b2 9c07e2c5e91) On Mar 28 2016, at 5:19 pm, Anshum Gupta

Re: Unable to create collection in 5.5

2016-03-28 Thread Anshum Gupta
Yes, this was added in 5.5, though I think it shouldn't have been, specially the hyphens. The hyphen was added back as part of SOLR-8725 but it would only be would with 6.0 (and 5.5.1). On Mon, Mar 28, 2016 at 7:36 AM, Yago Riveiro wrote: > Hi, > > With solr 5.5 I can't

Unable to create collection in 5.5

2016-03-28 Thread Yago Riveiro
Hi, With solr 5.5 I can't create a collection with the name collection-16, and in 5.3.1 I can do it, Why? 4001org.apache.solr.common.SolrExceptionorg.apache.solr.common.SolrExceptionInvalid name: 'collection-16' Identifiers must consist entirely of periods, underscores and alphanumerics400