right, if that line is uncommented, then _anything_ you throw at Solr will
be processed just fine. You've essentially told Solr "there's no input
that's wrong".

Perhaps confusingly, the "ignored" field type has stored="false" and
indexed="false" so the effect at indexing time is for the input to be,
well, ignored. At query time similarly I believe.

So try un-commenting, restarting Solr and see if the problem goes away.

Best,
Erick


On Tue, Jun 3, 2014 at 12:08 PM, T. Kuro Kurosaka <k...@healthline.com>
wrote:

>
> On 05/30/2014 08:29 AM, Erick Erickson wrote:
>
>> I see errors in both cases. Do you
>> 1> have schemaless configured
>> or
>> 2> have a dynamic field pattern that matches your "non_exist_field"?
>>
> Maybe
>  <!--dynamicField name="*" type="ignored" multiValued="true" /-->
> is un-commented-out in schema.xml?
>
> Kuro
>
>

Reply via email to