Replication in soft commit

2020-09-02 Thread Tushar Arora
Hi, I want to ask if the soft commit works in replication. One of our use cases deals with indexing the data every second on a master server. And then it has to replicate to slaves. So if we use soft commit, then does the data replicate immediately to the slave server or after the hard commit takes

ApacheCon@home 2020 - Semantic Graph BoF

2020-09-02 Thread Claude Warren
Greetings, ApacheCon is almost upon us. This year it is online and free. So please make plans to attend. This year Apache Jena is hosting a Semantic Graph "Birds of a Feather" session[1] as part of the Jena track. Please come join us and discuss all things Semantic Graph. [1] https://www.apac

Fwd: Does change in similarity class needs reindexing

2020-09-02 Thread YOGENDRA SONI
I changed attributes reloaded the collection but scores are not changing also (norm(content_text)) is not changing. i did reindexing of documents but scores are not changing. steps i followed. 1 Created fields using default similarity. created content_text field type without similarity section.

RE: Using Solr's zkcli.sh

2020-09-02 Thread Victor Kretzer
Vincent -- Your suggestion worked perfectly. After using chmod I'm now able to use the zkcli script. Thank you so much for the quick save. Victor Victor Kretzer Sitecore Developer Application Services GDC IT Solutions Office: 717-262-2080 ext. 151 www.gdcitsolutions.com -Original Messag

Re: Using Solr's zkcli.sh

2020-09-02 Thread Vincent Brehin
Hi Victor, For me also it's a first post to the list. Even if I am quite old to solr, I am a recent subscriber. I guess you used install_solr_service.sh script for installing (either directly or through ansible role, or another wrapper). IIRC this script removes exec permission for some other comma

Quick Question

2020-09-02 Thread William Morin
Hi, I was looking for some articles to read about "Schema Markup" today when I stumbled on your [ https://cwiki.apache.org/confluence/display/SOLR/UsingMailingLists ]. Very cool. Anyway, I noticed that there a text in your blog "Schema Markup" and luckily it's my keyword. I hope if you don't min

Re: Understanding Solr heap %

2020-09-02 Thread Bernd Fehling
You should _not_ set "-XX:G1HeapRegionSize=n" , because: "... The goal is to have around 2048 regions based on the minimum Java heap size" The value of G1HeapRegionSize is automatically calculated upon start up of the JVM. The parameter "-XX:MaxGCPauseMillis=200" is the default. Where is the

Does change in similarity class needs reindexing

2020-09-02 Thread YOGENDRA SONI
Hi all, I am experimenting with different parameters of BM25 and Sweetspot similarity. I changed solr field type definition like given below. I need clarification that changing similarity in field type need reidexing or not. {"replace-field-type":{ "name":"content_text", "class":"solr.TextField",

Re: Understanding Solr heap %

2020-09-02 Thread Joe Doupnik
    That's good. I think I need to mention one other point about this matter. It is feeding files into Tika (in my case) is paced to avoid overloads. That is done in my crawler by having a small adjustable pause (~100ms) after each file submission, and then longer ones (1-3 sec) after every 100