Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
Info
This information is rather deep technical and not really required to install and configure the Connector for SharePoint Search. However, sometimes it could be useful for understanding the whole procedereprocedure.

General

Note
Some of the following steps (indicated by a (warning) icon) have to be executed on all application servers of the farm (this includes all servers that host the Crawl component).

To deploy a custom indexing connector to a SharePoint farm several steps are required to be done:

  • install and deploy the custom indexing connector (script "DeploySolution.ps1")
  • (warning) ensure that the Business Connectivity Services model file (in our case this is "ConfluenceBDCModel.xml") contains the necessary information and is available on all application servers in the same directory (manually, step "Set content access account in BDC model file" of installation manual)
  • (warning) add a registry entry for the protocol used by SharePoint to call into the indexing connector (script "RegisterProtocolHandler.ps1")
  • register the indexing connector (i.e. protocol handler) that is used to crawl the custom repository (script "RegisterProtocolHandler.ps1")
  • Create search content source (script "RegisterProtocolHandler.ps1")
  • Add start addresses to the content source (manually, step "Configure the start address of the content source" of installation manual)

...