Re: DELETESTTAUS API throws exception

2022-09-14 Thread Anshum Gupta
Hi Rajeswari, This does seem like a bug. Can you please file a JIRA here https://issues.apache.org/jira/projects/SOLR . On Wed, Sep 14, 2022 at 2:35 PM Natarajan, Rajeswari wrote: > This seems to be a bug ,let me know if I need to create a JIRA for > DELETEStatusAPI > > Thanks, > Rajeswari > >

Re: DELETESTTAUS API throws exception

2022-09-14 Thread Natarajan, Rajeswari
This seems to be a bug ,let me know if I need to create a JIRA for DELETEStatusAPI Thanks, Rajeswari From: Natarajan, Rajeswari Date: Friday, September 9, 2022 at 1:55 PM To: users@solr.apache.org Subject: DELETESTTAUS API throws exception Hi All, When calling the DELETESTATUS API to clear a

Re: Can I force-delete a field?

2022-09-14 Thread dmitri maziuk
On 2022-09-13 8:03 PM, Shawn Heisey wrote: ... What I would do for this problem is manually edit the schema, re-upload the config to ZK if you're running Solr in cloud mode, and then either reload the collection/core or restart Solr.  I am used to manually editing configs already, though. Tha

Re: Can I force-delete a field?

2022-09-14 Thread Eric Pugh
I think you are definitly testing out a edge case scenario! I think you are redoing all the steps…. The error message is there for a good reason…. What happens if you copyField and the target doesn’t exist….. > On Sep 13, 2022, at 9:03 PM, Shawn Heisey wrote: > > On 9/13/22 18:38, dmitri

Re: More like this and facet

2022-09-14 Thread Mikhail Khludnev
I've made a simple fix https://github.com/apache/solr/pull/1010/ for https://issues.apache.org/jira/browse/SOLR-7883. Reviews are welcome. On Tue, Aug 23, 2022 at 11:00 AM Lutz Steinborn wrote: > Hello, > > I’m trying to use the solr.MoreLikeThisHandler together with facet but > getting a except

Re: Solr search function not working on website

2022-09-14 Thread Alessandro Benedetti
In addition to what Jan said, Apache Solr is not a Software as a Service, it is a technology and specifically a Search Server that you can run on-premise or use through someone else service. It's very likely that your website is implemented using a framework that internally uses Apache Solr (you w