This section lists all configuration parameters available to configure the SharePoint Online Source component.

Element
Type
Default
Example
Description
useSeedsFilebooleanfalse
Allows the user to configure path to a line separated file with all the root urls that need need to be crawled.
siteCollectionsToCrawl/siteCollectionUrlString

SharePoint URL which will serve as the start of the crawl. Folders and documents underneath this URL will be automatically fetched and sent to the search engine, along with metadata and ACLs. This is the same URL you will see in your web crawler as you browse SharePoint.

It should not be a URL to a form or document, but the actual URL to the SharePoint object. For example instead ofhttps://sharepoint.domain.com/Pages/home.aspx it should be https://sharepoint.domain.com/.

In this version of the Aspire SharePoint 2010 Connector, the URL must be one of the following:

  • A SharePoint site collection
  • A SharePoint Site
  • A SharePoint List
useAzureAuthenticationbooleanfalse
Indicates if normal authentication or azure authentication should be used.
userString

Username with permissions to access SharePoint content. Must have appropriate SharePoint permissions to the documents in the URL.

User names should be ASCII characters

passwordString

Password for the specified user.
tenantDomainString
company.onmicrosoft.comThe domain of the O365 tenant
clientIdString

The client Id as specified in Azure
certificatePathString

Local path to a SSL certificate file (*.cer)

privateKeyPathString

Local path to a certificate private key file (*.key)
useProxybooleanfalse
Enable usage of a proxy server
proxyHostString
your-proxy.domain.comThe proxy server host
proxyPortString8080
The proxy server port
useProxyAuthenticationbooleanfalse
Enable proxy authentication
proxyDomainString

The proxy credentials domain
proxyUserString

The proxy credentials user
proxyPasswordString

The proxy credentials password
groupPrefixSeparatorString | (pipe)

Prefix used to separate users and groups on ACL's file. For GSA users, the following characters should not be used: '@','/','\','#'; for GSA the character '|' is recommended.

crawlAttachmentsbooleantrue
Enable attachment crawling. Attachment files are the ones added to items inside SharePoint (e.g. documents added to calendar events or tasks).
indexContainersbooleanfalse
Send containers to publisher
scanExcludedItemsbooleanfalse
Will force scanning through excluded items to look for non excluded ones
addEveryonebooleanfalse
Add SharePoint public groups
useAzureGroupsbooleanfalse

Enables usage of Azure AD groups when caching groups for expansion (Azure AD Group Expander is required). For more information see Azure Active Directory Group Expander.

azureADComponentString, component

com.searchtechnologies.aspire

.components.AzureADGroupExpander


The component name that provides the external groups from Azure AD.

  • No labels