Disabling the Content Delivery search feature
By default, the Content Delivery search feature is an enabled feature, and RWS considers it a core product feature. But if you have decided not to use it, perhaps because you have a search feature of your own, you must disable the Content Delivery search feature.
About this task
- Content Service
- Content Deployer
Procedure
- Go to the configuration location of the microservice.
- Open application.properties for editing.
- Find the
spring.profiles.activeproperty, which sets the active Spring profiles as a comma-separated list of values. If search is enabled,searchis one of those values. - Remove the
searchvalue from the comma-separated list of values. - Save and close application.properties.