Hi Irina, Is it possible that this connector does not support "Indexing Rules"?
Do you know of a way to find out for sure whether indexing rules are supported in a connector? (other than tying it and not being sure if it's my own error or not when it doesn't work :-))
Here is one item in the "hit" array from the GET
(I obscured our atlassian url)
{
"_index": ".ent-search-engine-documents-confluence-cloud-630e5c215f75c5c8932fb0b8",
"_id": "confluence_content_67962084",
"_score": 1,
"_ignored": [
"last_updated.float",
"title.location",
"url.location",
"created_at.location",
"body.date",
"type.location",
"content_source_id.date",
"description.float",
"description.location",
"title.date",
"body.location",
"created_by.date",
"updated_at.float",
"source.location",
"type.date",
"source.date",
"created_by.float",
"created_at.float",
"created_by.location",
"description.date",
"title.float",
"url.float",
"comments.location",
"project.date",
"last_updated.location",
"type.float",
"updated_at.location",
"source.float",
"body.float",
"project.float",
"project.location",
"comments.date",
"content_source_id.float",
"url.date"
],
"_source": {
"last_updated": "2022-08-29T18:32:20+00:00",
"comments": "",
"description": "ajp2795/Overview/Sample Pages",
"project": "~630d038f6856bdd60a9e4bdc",
"created_at": "2022-08-29T18:32:20+00:00",
"source": "confluence_cloud",
"title": "Decision",
"type": "page",
"body": "Click to edit this page. To delete, open the ··· menu and select Delete . Status NOT STARTED / IN PROGRESS / COMPLETE Impact HIGH / MEDIUM / LOW Driver Approver Contributors Informed Due date Resources Relevant data Background Options considered Option 1 Option 2 Description Pros and cons Estimated cost LARGE MEDIUM Action items Outcome",
"created_by": "ajp2795",
"url": "https://XYZ.atlassian.net/wiki/spaces/~630d038f6856bdd60a9e4bdc/pages/67962084/Decision",
"updated_at": "2022-08-31T23:23:10+00:00",
"content_source_id": "630e5c215f75c5c8932fb0b8",
"id": "confluence_content_67962084"
}
},