...
Changing or Excluding URLs
URLs can be changed and or removed by creating a new UrlFilter
service. The method filterURLs
must be implemented and return the new filtered URLs. Similar to the UrlProvider
, all UrlFilter
services are automatically picked up by the SearchService
when the OSGi bundle is installed.
Example
See also the attached example: Download the urlProviderService.zip example.