Re: Must specify either 'defaultFieldType' or declare one typeMapping as default

2020-09-05 Thread Alexandre Rafalovitch
That's a really hard way to get introduced to Solr. What about downloading Solr and running one of the built-in examples? Because you are figuring out so many variables at once. Either way, your specific issue is not in schema.xml (which should be converted to managed-schema on first run, btw,

Must specify either 'defaultFieldType' or declare one typeMapping as default

2020-09-05 Thread Ronald Roeleveld
Hi there, I'm a totally newb when it comes to Solr, I'm just trying to learn and teach myself new skills so please bear with me. I'm following a tutorial online: https://lobster1234.github.io/2017/08/14/search-with-nutch-mongodb-solr/ Since this tutorial is somewhat outdated I've changed some

Re: schema.xml version attribute

2020-09-05 Thread Shawn Heisey
On 9/5/2020 3:30 AM, Dominique Bejean wrote: Hi, I often see a bad usage of the version attribute in shema.xml. For instance The version attribute is to specify the schema syntax and semantics version to be used by Solr. The current value is 1.6 It is clearly specified in schema.xml comments

schema.xml version attribute

2020-09-05 Thread Dominique Bejean
Hi, I often see a bad usage of the version attribute in shema.xml. For instance The version attribute is to specify the schema syntax and semantics version to be used by Solr. The current value is 1.6 It is clearly specified in schema.xml comments "It should not normally be changed by