CLASSIFICATION: UNCLASSIFIED

Alexandre.. thanks that worked

Thanks,
Kris

~~~~~~~~~~~~~~~~~~~~~~~~~~
Kris T. Musshorn
FileMaker Developer - Contractor – Catapult Technology Inc.      
US Army Research Lab 
Aberdeen Proving Ground 
Application Management & Development Branch 
410-278-7251
[email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~

-----Original Message-----
From: Alexandre Rafalovitch [mailto:[email protected]] 
Sent: Wednesday, September 07, 2016 3:04 PM
To: [email protected]
Subject: [Non-DoD Source] Re: IndexSchema not mutable

All active links contained in this email were disabled.  Please verify the 
identity of the sender, and confirm the authenticity of all links contained 
within the message prior to copying and pasting the address to a Web browser.  




----

You have modified solrconfig.xml to use classic schema.xml, but you still have 
"add-unknown-field" schemaless update request processor configured.  Then, you 
are sending some unknown fields to Solr which it tries to create using that 
schemaless approach. And fails because you are no longer using managed schema.

Delete this part in solrconfig.xml to stop the schemaless mapping and you will 
start getting errors about which specific fields you fail on:

<initParams path="/update/**">
    <lst name="defaults">
      <str name="update.chain">add-unknown-fields-to-the-schema</str>
    </lst>
  </initParams>

Regards,
   Alex.
P.s. dynamicField * is another way to capture all possible fields and assign 
them to a generic string(strings) field.

----
Newsletter and resources for Solr beginners and intermediates:
Caution-http://www.solr-start.com/


On 8 September 2016 at 01:25, KRIS MUSSHORN <[email protected]> wrote:
> I'm getting this error on crawl at indexing.
>
> Error log attached.
>
> Nutch 1.12 into Solr 5.4.1.
>
> Solr is set up to use schema.xml instead of managed_schema... as attached.
>
> Nutch is set up to use the metadata plugin to extract three metadata fields.
>
> Can I get some bread crumbs toward a solution?
>
> Thx,
>
> Kris
>
>


CLASSIFICATION: UNCLASSIFIED

Reply via email to