The thing that's confusing is this line: [zk: 127.0.0.1:2181(CONNECTED) 4] ls /configs/test [currency.xml, protwords.txt, managed-schema, solrconfig.xml, synonyms.txt, elevate.xml, stopwords.txt, params.json, lang]
it says right there "managed-schema". So my suspicion is that you uploaded this to ZK as a config set without really intending to. You might want to consider just creating a new configset with upconfig that you _know_ is the one you want.... Best, Erick On Mon, Jun 8, 2015 at 10:55 PM, mattia.martine...@gmail.com <mattia.martine...@gmail.com> wrote: > 2015-06-08 22:09 GMT+02:00 Shalin Shekhar Mangar <shalinman...@gmail.com>: > >> Looks like you are using managed-schema (better known as the schemaless >> mode). > > > Thank you very much Shalin and Erick! > I've never used schemaless before. > I am not editing the managed schema, and I uploaded my own custom schema. > Thank you very much again! > Bye