On 12/11/2015 4:23 AM, Yago Riveiro wrote:
> How can I change the defaultoperator parameter through the schema API?

The default operator and default field settings in the schema have been
deprecated for quite some time, so I would imagine that you can't change
them with the schema API -- they shouldn't be there, so there's no need
to support the ability to change them.

Look into the q.op and df parameters, which can be defined in the
request handler definition (solrconfig.xml) or passed in with the query.

https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser#TheStandardQueryParser-StandardQueryParserParameters

Thanks,
Shawn

Reply via email to