Re: Undefined field deprecated (HTTP 400)

2018-02-16 Thread Deeksha Sharma
Thanks Eric for pointing out. Actually I was sending “fq” parameter with a field name called “deprecated” and that is why it was throwing the exception. Your help is very much appreciated. On 2/16/18, 12:23 PM, "Erick Erickson" wrote: 2> your solrconfig.xml file has a field called "depreca

Re: Undefined field deprecated (HTTP 400)

2018-02-16 Thread Erick Erickson
What's the _query_ you send? One of two things is happening I'd guess: 1> you are simply forming a different query in the admin UI or via http. 2> your solrconfig.xml file has a field called "deprecated" defined for use with the request handler you use, and you're using a different request handler

Undefined field deprecated (HTTP 400)

2018-02-16 Thread Deeksha Sharma
Hi everyone, I am using solr 5.2.1 and below is my schema.xml file for a core I am trying to query: