Hi All,
What would be the best way to re-index the data in the SOLR cloud? We have
around 65 million data and we are planning to change the schema by changing
the unique key type from long to string.
How long does it take to re-index 65 million documents in SOLR and can you
please suggest how to
Hi All,
I am using the cdcr solution available in SOLR 6.1 and i have setup the
cross data center replication on both the sites. When i add and update
documents on the main site, the data is replicated to the target site with
no issues. But when i delete a document on the main site, i see the belo
Hi All,
I have an issue with cross data center replication, when we delete the
document by id from the main site. The target site document is not deleted.
I have the id field which is a unique field for my schema which is
configured as "long".
If i change the type to "string" it works fine. Is t
Hi All,
We have a use case where we have mysql database which stores documents and
also some of the fields in the document is also indexed in solr.
We plan to move all those documents to solr by making solr as the nosql
datastore for storing those documents. The reason we plan to do this is
becau