Re: Casting from schemaless to classic schema

2018-10-24 Thread Zahra Aminolroaya
Thanks Alexandre and Shawn. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Casting from schemaless to classic schema

2018-10-17 Thread Alexandre Rafalovitch
It is not clear what you are trying to achieve? 1) Disable schemaless mode to be more explicit about new fields? New Solr has a switch for that. Older one, you can just disable the chain invocation in solrconfig.xml 2) Stop schema being editing at all, whether schemaless or via API? There is a

Re: Casting from schemaless to classic schema

2018-10-17 Thread Shawn Heisey
On 10/17/2018 5:36 AM, Zahra Aminolroaya wrote: What would be the challenges that I will confront with as my schemaless collection has some indexed documents in it? If the schema itself (the file named managed-schema that you might be renaming to schema.xml) hasn't changed, then the existing

Casting from schemaless to classic schema

2018-10-17 Thread Zahra Aminolroaya
I want to change my Solr from schemaless to classic schema. I read https://stackoverflow.com/questions/29819854/how-does-solrs-schema-less-feature-work-how-to-revert-it-to-classic-schema