s/dynamic_field/dynamicField/
-- Jack Krupansky
-----Original Message-----
From: Alexandre Rafalovitch
Sent: Thursday, July 3, 2014 5:45 AM
To: solr-user@lucene.apache.org
Subject: Re: Dynamic field doesnt work
I would say something is misspelt somewhere. Put a dynamic field
called '*' and see what you end up getting in the schema. Obviously,
on a separate test instance.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr
proficiency
On Thu, Jul 3, 2014 at 4:11 PM, Anton Gavazuk <antongava...@gmail.com>
wrote:
Hi dear SOLR community,
I'm having a problem with a dynamic field in my schema - basically when
I'm
adding any document with key matching dynamic field definition I'm getting
back an error which says something like unknown field 'test_exattrs'
The schema contains such definition
<dynamic_field name="*_exattrs" type="string" indexed="true"
stored="true"/>
SOLR version 4.7.2
What might be wrong with my setup?
Thanks,
Anton