...
To add your own set of URLs to the Solr index, you can define a new service that implements theĀ UrlProvider theĀ UrlProvider
interface and implements the method List<String> getUrlList(boolean includeAll)
.Using the OSGi dependency mechanism in XperienCentral, this new UrlProvider
service is automatically picked up by the SearchService
and its list of URLs is appended to the default list in XperienCentral.
...