Renato Haeberli created SOLR-17791:
--------------------------------------
Summary: Features always end up in default-store(_DEFAULT)
Key: SOLR-17791
URL: https://issues.apache.org/jira/browse/SOLR-17791
Project: Solr
Issue Type: Bug
Components: ltr
Affects Versions: 9.7
Reporter: Renato Haeberli
Feature added to Solr always end up in the default store.
Following command is supposed to add the features to my custom store (store1)
but they end up in the default store:
{code:java}
curl -k -XPUT -H 'Content-type:application/json' --data-binary
@solr-features.json
https://localhost:8983/solr/products1/schema/feature-store/store1{code}
The documentation is also wrong or a bit confusing, here the Url suggest that
they are added to the default-store, but seem to end up in custom store called
'myEfiFeatureStore'
[https://solr.apache.org/guide/solr/latest/query-guide/learning-to-rank.html#uploading-features-2]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]