[ 
https://issues.apache.org/jira/browse/SOLR-17791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Renato Haeberli updated SOLR-17791:
-----------------------------------
    Description: 
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, according to the URL the 
features should end up in the default-store, but  they 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]

  was:
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]


> 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
>            Priority: Major
>              Labels: learning-to-rank
>
> 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, according to the URL the 
> features should end up in the default-store, but  they 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]

Reply via email to