Re: Delete by Id in solr cloud

2022-06-30 Thread Satya Nand
Hi Peter, I have tried using httpsolrclient. but the receiving shard also forwards the request to some other shard. Is there any way we can achieve this solr 8.7 ? On Thu, Jun 30, 2022 at 3:41 AM r ohara wrote: > Hi Satya, > I think it's a bug with using compositeId. We had the same issue,

Re: Delete by Id in solr cloud

2022-06-30 Thread Satya Nand
Hi, r ohara, Yeah, I found the bug id:https://issues.apache.org/jira/browse/SOLR-8889. seems like it was fixed in solr 8.10 and 9. so nothing worked besides using delete by query? On Thu, Jun 30, 2022 at 3:41 AM r ohara wrote: > Hi Satya, > I think it's a bug with using compositeId. We had the

Re: Delete by Id in solr cloud

2022-06-30 Thread Jeryl Cook
Unsubscribe On Thu, Jun 30, 2022, 6:58 AM Satya Nand wrote: > Hi, r ohara, > > Yeah, I found the bug id:https://issues.apache.org/jira/browse/SOLR-8889. > seems like it was fixed in solr 8.10 and 9. > > so nothing worked besides using delete by query? > > On Thu, Jun 30, 2022 at 3:41 AM r ohara

Re: Solr 8.1.1 - OpenJDK 11

2022-06-30 Thread Shawn Heisey
On 6/30/22 00:34, Paul Ryder wrote: Various docs seem ambiguous on Java version required for Solr 8.1.1 Solr docs says Java 8 or higher and Solr 8.1.1 was continually tested with JDK11 Sitecore docs say use only Java8 for Solr 8.4 or earlier I'm trying OpenJDK 11 with Solr 8.1.1 - mostly works

RE: Solr 8.1.1 - OpenJDK 11

2022-06-30 Thread Paul Ryder
Hi Shawn Unfortunately it is 8.1.1 :-( The version of Sitecore we are on only supports this version... but I will press to get that upgraded... The thing that has me confused is the Solr doc (https://solr.apache.org/guide/solr/latest/deployment-guide/system-requirements.html) that refers to S

Re: Solr 8.1.1 - OpenJDK 11

2022-06-30 Thread Alex The Rocker
Hi, I'm running Solr 8.11 since a long time with IBM Semeru 11 (OpenJ9 variant of OpenJDK) on CentOS 7.9 x64, with SolrCloud, but no SSL. I tried once with Java 17 (still IBM Semeru 17) and found that everything was working fine, but I was a bit shy to push that in production, so still running wit

R: [suspected SPAM] Re: Semantic Knowledge Graph theoric question

2022-06-30 Thread Danilo Tomasoni
Thank you very much Michael for your answer. Below the extra information you asked for, and a sample result QUERY INFORMATION query=covid back query = *:* fore query = mitochondria sample gene id ="57506" / "54205" facet code: "json.facet": "{'titles_gene': {'type': 'terms', 'field': 'titles_gen

Semantic Knowledge Graph theoric question

2022-06-30 Thread Danilo Tomasoni
Thank you very much Michael for your answer. Below the extra information you asked for, and a sample result QUERY INFORMATION query=covid back query = *:* fore query = mitochondria sample gene id ="57506" / "54205" facet code: "json.facet": "{'titles_gene': {'type': 'terms', 'field': 'titles_gen

group.ngroups=true and multi shard

2022-06-30 Thread Vincenzo D'Amore
Hi, I have a collection that is becoming bigger than usual (few millions of documents) so we are doing a few tests to understand how to divide it in multiple shards (solrcloud 8.11.1). Strangely since we divided the index in 3 shards the ngroups value is not always returned. To be clear, executin

Problem in enabling basic solr authentication for solr cluster

2022-06-30 Thread Anchal Sharma2
Hello Team , I referred to following link and enabled basic solr authentication - Basic Authentication Plugin | Apache Solr Reference Guide 8.11 Basic Authentication Plugin | Apache Solr Reference Guide 8.11

Re: group.ngroups=true and multi shard

2022-06-30 Thread Mikhail Khludnev
I've thought JSON Facet is the answer.. despite the question. https://issues.apache.org/jira/browse/SOLR-7036 https://issues.apache.org/jira/browse/SOLR-4763 On Thu, Jun 30, 2022 at 6:31 PM Vincenzo D'Amore wrote: > Hi, > > I have a collection that is becoming bigger than usual (few millions of

Re: using childFilter to restrict "child" docs by "grandchild" information

2022-06-30 Thread Mikhail Khludnev
If it's worked partially, only debugger may answer what's wrong with the particular query. On Wed, Jun 29, 2022 at 10:51 AM Noah Torp-Smith wrote: > Interestingly, I found that > > [child childFilter=$pidfilter limit=-1]&pidfilter=+instance.agency:94 > > also worked - I get the pid that is p

Re: Solr 8.1.1 - OpenJDK 11

2022-06-30 Thread Paul Ryder
Rumour has it that Solr 8.4 is the first of the 8.x releases to support java 11 But only a rumour…! Guess I’ll try that now… but it would be nice if the docs gave a definitive answer… Get Outlook for iOS From: Alex The Rocker Sent: Thursda

Re: How to add replica cluster-policy

2022-06-30 Thread Koen De Groote
To answer my own question: it was disk space. Has to be below 80% used disk space. Or it won't start the replication. On Sat, Jun 25, 2022 at 12:58 PM Koen De Groote wrote: > Using solr7_6 > > This documentation: > https://solr.apache.org/guide/7_6/solrcloud-autoscaling-api.html#solrcloud-autos

Re: group.ngroups=true and multi shard

2022-06-30 Thread Vincenzo D'Amore
Hi Mikhail, thanks for the prompt reply, not sure I got your suggestion... Anyway, reading the jira issues I realized that I can have the ngroups value simply adding a json.facet on the same field I'm grouping to. Something like this: json.facet: "{"categories":{"type": "terms","field": "fieldNam

Problem in enabling basic solr authentication for solr cluster

2022-06-30 Thread Anchal Sharma2
Hello Team , I referred to following link and enabled basic solr authentication - Basic Authentication Plugin | Apache Solr Reference Guide 8.11 Basic Authentication Plugin | Apache Solr Reference Guide 8.11