Hi all,

It seems that the curl commands from the LTR wiki (https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank) to post and/or delete features from and to the feature store only affect one shard instead of the entire collection. For example, when I run:

|curl -XDELETE 'http://localhost:8983/solr/[COLLECTION]/schema/feature-store/currentFeatureStore' <http://localhost:8983/solr/techproducts/schema/feature-store/currentFeatureStore%27>|

the feature store still exists on one of my two shards. Same goes for the python HTTPConnection.request-function ("POST" and "DELETE").

Is this a mistake on my end? I assume it's not supposed to work this way?

Thanks a lot!
Vincent

Reply via email to