Issue:
Can we create an alias in Fusion similar to the way we do in Solr ?
Environment:
Fusion
Resolution:
The curl command to create an alias in Fusion:
curl -u user:pass -X PUT -H 'Content-type: application/json' -d '{"solrParams":{"name":"MYSOLRCOLLECTION"}}' http://localhost:8764/api/apollo/collections/myFusionCollection
You need to tell the Fusion collection to point to another Solr collection 'MYSOLRCOLLECTION' with a PUT. This is equivalent to using the Solr collection API to update the alias.
Cause:
Comments
0 comments
Please sign in to leave a comment.