Commit graph

3 commits

Author SHA1 Message Date
Navarone Feekery
8353a7e160
[Search] Add extraction service RCF to native connectors (#167527)
## Summary

Add the `use_text_extraction_service` rich configurable field to some
native connectors.
Native connectors will not have access to the feature, but the field is
required in case the user converts their native connector to a
self-managed connector.
2023-09-29 14:05:22 +02:00
Sander Philipse
9deae84801
[Search] Update connector also updates status (#165983)
## Summary

Converting a connector from native to client now updates the connector
status.
2023-09-08 11:14:17 +02:00
Sander Philipse
b335c3abbc
[Search] Extract connectors to package (#165590)
## Summary

This moves connectors functions to a shared package so Serverless Search
and Enterprise Search can both use it.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-09-06 14:33:05 +02:00