Re: Backups with only 1 machine having access to remote storage?

2020-02-21 Thread Koen De Groote
Hello Aroop, I am doing this via the commands described here: https://lucene.apache.org/solr/guide/7_6/making-and-restoring-backups.html The setup is using solr cloud. The backup is written to an NFS mount. I now see the text: "SolrCloud Backup/Restore requires a shared file system mounted at the

Re: Backups with only 1 machine having access to remote storage?

2020-02-21 Thread Koen De Groote
Hello Houston, Indeed, upon reading the documentation again, I now see this text, which I must have missed before: SolrCloud Backup/Restore requires a shared file system mounted at the same path on all nodes, or HDFS. My bad. Could stand to be even bigger, I think. The text. Thanks for contactin

graphq query delete: this IndexWriter is closed ??

2020-02-21 Thread Jochen Barth
Dear reader, still using solr 8.1.1 because of this: https://issues.apache.org/jira/browse/SOLR-13738 tried to delete approx. 25ooo solr docs (size of each ca. 1 kB) using this query: curl http://serv7:8982/solr/Suchindex/update -H "Content-type: text/xml" --data-binary '+id:d-nb.info* -rnd

Re: Solr 7.6 frequent OOM with Java 9, G1 and large heap sizes - any tests with Java 13 and the new ZGC?

2020-02-21 Thread Erick Erickson
People are certainly interested. You’re running on the bleeding edge of technology, you’re very brave ;). I’m not quite sure how to interpret “memory utilization stays around 18%”. 18% of total physical RAM or heap? I’m assuming the former.. I’m curious, how did CMS and G1GC fail? It’s perfectly

Is this a bug? Wildcard with PatternReplaceFilterFactory

2020-02-21 Thread Mike Phillips
Is this a bug? Wildcard with PatternReplaceFilterFactory Attempting to normalize left and right single and double quotes for searches ‘   Left single quotation mark    '    Single quote ’   Right single quotation mark   '    Single quote “   Left double quotation mark   

Sometimes when we restart or following a hard reboot of Solr we get multiple replicas

2020-02-21 Thread jason.randall
Our cluster is set up so that each daily log shard has 3 replicas. It should create one replica for each of the sites in the cluster and then host one of the replicas on each site. We have days in which we get only 1 or 2 replicas instead of 3. We have days in which we get multiple replicas. The re

Re: Is this a bug? Wildcard with PatternReplaceFilterFactory

2020-02-21 Thread Erick Erickson
Why do you say “…that are now in the index as rod’s”? You have WordDelimiterGraphFilterFactory, which breaks things up. When I put your field definition in the schema and use the analysis page, turns “rod’s” into the following 4 tokens: rod’s rods rod s And querying on field:”*Rod’s*” works j

Hi team,

2020-02-21 Thread Sankar Panda
Can any one tell me how the open nlp model files configure n solrcloud . Thanks Sankar Panda

Re: Is this a bug? Wildcard with PatternReplaceFilterFactory

2020-02-21 Thread Mike Phillips
It looks like the debug result you are showing me is the results for Rod's not Rod’s, but in answer to your question This is why I think    "Rod’s  finds fields Rod's and Rod’s that are now in the index as rod's" The analysis page shows Rod’s gets stored in the index as: rod's

NLP with solrcloud

2020-02-21 Thread Sankar Panda
Can any one help me how opennlp pretrained models are configured with solrcloud. Thanks Sankar Panda

How to monitor the performance of the SolrCloud cluster in real time

2020-02-21 Thread Adonis Ling
Hi team, Our team is using Solr as a complementary full text search service for our NoSQL database and I'm building the monitor system for Solr. After I read the related section (Performance Statistics Reference) in reference guide, I realized the requestTimes metrics are collected since the Solr