Re: CDCR

2020-11-28 Thread Shalin Shekhar Mangar
If you manually issue a commit operation on the remote clusters, do you see any updates? If yes, then you should set autoCommit on the remote clusters. If no, then check the logs on the cluster which is receiving the indexing operations and see if there are any errors. On Wed, Nov 25, 2020 at

Re: data import handler deprecated?

2020-11-28 Thread matthew sporleder
I went through the same stages of grief that you are about to start but (luckily?) my core dataset grew some weird cousins and we ended up writing our own indexer to join them all together/do partial updates/other stuff beyond DIH. It's not difficult to upload docs but is definitely slower so

Re: data import handler deprecated?

2020-11-28 Thread Dmitri Maziuk
On 11/28/2020 5:48 PM, matthew sporleder wrote: ... The bottom of that github page isn't hopeful however :) Yeah, "works with MariaDB" is a particularly bad way of saying "BYO JDBC JAR" :) It's a more general queston though, what is the path forward for users who with data in two places?

Re: data import handler deprecated?

2020-11-28 Thread matthew sporleder
https://solr.cool/#utilities -> https://github.com/rohitbemax/dataimporthandler You can import it in the many new/novel ways to add things to a solr install and it should work like always (apparently). The bottom of that github page isn't hopeful however :) On Sat, Nov 28, 2020 at 5:21 PM

Standard tokenizer not considering emojis as special chars in solr 8.4.1, it does in solr 5

2020-11-28 Thread Deepu
Hi All, We are in process of migrating from Solr 5 to solr 8, during testing observed that Standard tokenizer in Solr 5 was considering emojis as special chars and removing them apparently in Solr 8 it's considering them as regular chars so not removing while indexing. We need to retain same

data import handler deprecated?

2020-11-28 Thread Dmitri Maziuk
Hi all, trying to set up solr-8.7.0, contrib/dataimporthandler/README.txt says this module is deprecated as of 8.6 and scheduled for removal in 9.0. How do we pull data out of our relational database in 8.7+? TIA Dima

Solr collapse & expand queries.

2020-11-28 Thread Parshant Kumar
Hi community, I want to implement collapse queries instead of group queries . In solr documentation it is stated that we should prefer collapse & expand queries instead of group queries.Please explain how the collapse & expand queries is better than grouped queries ? How can I implement it ? Do i