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
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
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.
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
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
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
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
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",
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