This feature can be enabled by your Lucidworks representative.
echo=true parameter contains the following:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
curl -u USERNAME:PASSWORD -X POST "https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/index-pipelines/rev-query-index/collections/fusion-rev-queries/index?echo=true"
[
{
"id": "qadsymwsiu-99",
"company_s": "Zzz",
"analyst_s": "",
"q": "topics_ss:Analyst_Pulse topics_ss:Buy topics_ss:Equity_Research topics_ss:Rating_Change topics_ss:Rating_Reward_Change topics_ss:Sell"
},
{
"id": "mktdnkpgyh-100086",
"company_s": "Abz",
"analyst_s": "",
"q": "topics_ss:\"Price_Target_Change Rating_Change\""
},
{
"id": "upwsspqrcm-1200022",
"company_s": "",
"analyst_s": "John_Doe",
"q": "topics_ss:Buy topics_ss:Credit_Change topics_ss:Price_Target"
}
]
curl -u USERNAME:PASSWORD -X POST "https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/index-pipelines/app/collections/app/index?echo=true"
[
{
"id": "sample",
"analyst_s": "John_Doe",
"language_s": "en",
"company_s": "",
"topics_ss": [
"Buy",
"Equity_Research",
"Rating_Reward_Change"
]
}
]
echo=true parameter contains the following:
{
"name": "reverse-search-result",
"value": [
"java.util.ArrayList",
[
"upwsspqrcm-1200022"
]
],
"metadata": {},
"annotations": []
},
Was this page helpful?