Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items" response = requests.get(url) print(response.text)
{}
Export synonyms as a CSV file.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The name of a collection.
The path to a synonyms file.
.*
successful operation
The response is of type object.
object
Was this page helpful?