Solr CDRC updating data in target and not in source

2019-02-20 Thread ypriverol
Hi: 

I'm using a CDRC feature from solr 7.1. My source solrcloud cluster is 3
shards and the target similar 3 shards. When we create both clusters and
push to the source and then enable CDRC the data is transfer nicely to the
target. If we start adding records everything is fine. 

However, we have deleted ALL records in source and start adding again all
with our pipelines (Spring solr). Interestingly,  all records appear in
target but not in the source. We have even stopped the cdrc and the data
continue transferring to the target and not appear in the source even when
we are 100% we are inserting in the source.  

Any ideas? 

Regards 
Yasset 



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Change default quey fields in solrcloud using the API

2018-05-10 Thread ypriverol
I would like to change the default fields for the query in Solr using the API
https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/config-api.adoc
.

I have found examples of changing the default facets for search handler
https://github.com/apache/lucene-solr/tree/master/solr/example/films but not
for the default search fields but not for the default search fields on query
handler.

Does anyone know how to use the Solr API to change the default fields in the
QueryHandler?



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html