Re: Using physical schema.xml (ClassicIndexSchemaFactory) in Solr 5.0

2015-03-17 Thread Zheng Lin Edwin Yeo
Hi Alex, Thanks for the information. The file got indexed correctly according to the physical schema.xml when I use the conf from the techproducts example. Regards, Edwin On 17 March 2015 at 21:56, Alexandre Rafalovitch wrote: > You might be better off starting with techproducts example inste

Re: Using physical schema.xml (ClassicIndexSchemaFactory) in Solr 5.0

2015-03-17 Thread Alexandre Rafalovitch
You might be better off starting with techproducts example instead of schemaless, if physical schema is what you actually want. You are probably hitting an issue with UpdateRequestProcessor chain that tries to automatically create fields. Regards, Alex. Solr Analyzers, Tokenizers, Filters