Re: Audit logging

2021-06-20 Thread Jan Høydahl
Hi, Issue here is that you use POST for search request. It is currently not handled by the framework, see https://issues.apache.org/jira/browse/SOLR-13837 Solr should probably attempt to decode the POST body in case of SearchHandler. Jan > 19. jun. 2021 kl. 03:13 skrev Dwane Hall : > > Hey Sol

Boost documents by field without impacting precision

2021-06-20 Thread Vinay Rajput
Hi All, We are using Solr 7.3.1 in PROD and have a few thousand blogs indexed in Solr along with other types of documents. I am working on a requirement where we need to give more weight to the author field if someone is searching for "Author name + topic". For example, let's say we have three fi

Re: Audit logging

2021-06-20 Thread Dwane Hall
Thanks Jan, I appreciate the response and link to the JIRA. Cheers, Dwane From: Jan H?ydahl Sent: Monday, 21 June 2021 6:08 AM To: users@solr.apache.org Subject: Re: Audit logging Hi, Issue here is that you use POST for search request. It is currently not hand