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"?
Best, Erick On Tue, May 27, 2014 at 8:54 PM, 小川修 <shuog...@gmail.com> wrote: > Hi. > > I use Solr4.7.2. > > When I search by wrong query > for example > [non_exists_field:value]. > > Or, when I index by wrong xml > for example > [<add><doc><field name="non_exist_field">value</field></doc></add>] > > Solr reports nothing. > > I want to get error message. > Is there option that makes Solr strict? > > Thanks. >