Re: Any solr api to force leader on a specified node

2020-10-11 Thread Walter Underwood
Don’t use DIH. DIH has a lot of limitations and problems, as you are discovering. Write a simple program that fetches from the database and sends documents in batches to Solr. I did this before DIH was invented (Solr 1.3) and I’m doing it now. You can send the updates to the load balancer for

Re: Any solr api to force leader on a specified node

2020-10-11 Thread yaswanth kumar
Hi wunder Thanks for replying on this.. I did setup solr cloud with 4 nodes being one node having DIH configured that pulls data from ms sql every minute.. if I install DIH on rest of the nodes it’s causing connection issues on the source dB which I don’t want and manage with only one sever

Shipping solr logs to any open source log viewer

2020-10-11 Thread yaswanth kumar
Can someone let me know if there is any integration available to ship all solr logs live to any open source log viewers?? Sent from my iPhone

Re: Any solr api to force leader on a specified node

2020-10-11 Thread Walter Underwood
That requirement is not necessary. Let Solr choose a leader. Why is someone making this bad requirement? wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 11, 2020, at 8:01 PM, yaswanth kumar wrote: > > Can someone pls help me to know if there

Any solr api to force leader on a specified node

2020-10-11 Thread yaswanth kumar
Can someone pls help me to know if there is any solr api /config where we can make sure to always opt leader on a particular solr node in solr cloud?? Using solr 8.2 and zoo 3.4 I have four nodes and my requirement is to always make a particular node as leader Sent from my iPhone

how to config split authentication methods -- BasicAuth for WebUI, & none (or SSL client) for client connections?

2020-10-11 Thread PGNet Dev
 I'm running, solr -version 8.6.3 on uname -rm 5.8.13-200.fc32.x86_64 x86_64 grep _NAME /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" CPE_NAME="cpe:/o:fedoraproject:fedora:32" with java

Re: Help with uploading files to a core.

2020-10-11 Thread Walter Underwood
Solr is not a database. You can make a huge mess pretending it is a DB. Also, it doesn’t store files. What is your use case? wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 11, 2020, at 1:28 PM, Guilherme dos Reis Meneguello > wrote: > >

Re: Help with uploading files to a core.

2020-10-11 Thread Shawn Heisey
On 10/11/2020 2:28 PM, Guilherme dos Reis Meneguello wrote: Hello! My name is Guilherme and I'm a new user of Solr. Basically, I'm developing a database to help a research team in my university, but I'm having some problems uploading the files to the database. Either using curl commands or

Help with uploading files to a core.

2020-10-11 Thread Guilherme dos Reis Meneguello
Hello! My name is Guilherme and I'm a new user of Solr. Basically, I'm developing a database to help a research team in my university, but I'm having some problems uploading the files to the database. Either using curl commands or through the admin interface, I can't quite upload the files from