You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


The Publish to Microsoft Search publisher will post documents to an Office365 tenant index through REST API

Features

Some of the features of the Publish to Microsoft Search publisher include:

  • Customization of items by Groovy transformation script
  • Connector independent
  • Runs from any machine with access to Microsoft Cloud Services
  • Schema customization capabilities


Limitations

The publisher is subject to the following Microsoft Search Service limitations:

  • The index schema can be set only once when created.  Any schema updates require re-creation of the index and registration of the new schema.

    Important: Make sure your index has all the required fields with the correct configuration before running the first crawl.
  • Custom index schema not supported for external files, indexes for the ExternalFiles type have fixed schema, no custom properties allowed.
  • Document keys can only contain valid URL characters
  • Document field names must start with a letter and contain either letters, digits or underscore only
  • No support for external identities (needs mapping to Azure Active Directory identities)
  • Up to 4 items per second when ingesting
  • Up to 4 queries per second
  • Up to 70Gb size or 700K items per index
  • No support for refining and sorting for external file schema
  • Best effort ranking, BM25 for external file schema


  • No labels