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, URPs and even a newsletter:
http://www.solr-start.com/


On 17 March 2015 at 03:30, Zheng Lin Edwin Yeo <edwinye...@gmail.com> wrote:
> Hi everyone,
>
> I've changed from the default schemaFactory
> class="ManagedIndexSchemaFactory" to using the ClassicIndexSchemaFactory.
>
> However, I'm getting the exception on *org.apache.solr.common.SolrException:
> This IndexSchema is not mutable*, when I try to do the indexing.
>
> Is there other settings that I need to change so that I can use the
> physical schema.xml (the ClassicIndexSchemaFactory) instead of using the
> ManagedIndexSchemaFactory?
>
>
> Regards,
> Edwin

Reply via email to