Re: Issues deploying LTR into SolrCloud

2020-09-21 Thread krishan goyal
Not sure how solr cloud works but if your still facing issues, can try this 1. Deploy the features and models as a _schema_feature-store.json and _schema_model-store.json file in the right config set. 2. Can either deploy to all nodes (works for me) or add these files to confFiles in /replication

Re: Issues deploying LTR into SolrCloud

2020-08-26 Thread Dmitry Kan
Hello, Just noticed my numbering is off, should be: 1. Deploy a feature store from a JSON file to each collection. 2. Reload all collections as advised in the documentation: https://lucene.apache.org/solr/guide/7_5/learning-to-rank.html#applying-changes 3. Deploy the related model from a JSON

Issues deploying LTR into SolrCloud

2020-08-25 Thread Dmitry Kan
Hi, There is a recent thread "Replication of Solr Model and feature store" on deploying LTR feature store and model into a master/slave Solr topology. I'm facing an issue of deploying into SolrCloud (solr 7.5.0), where collections have shards with replicas. This is the process I've been