A Federation Servicestion Services Job is the process of moving or syncing content (including versions, ACLs, metadata) from one CMS (content management system) to another.
Solr Output Specifications
- Solr Core Name: The name of the Solr core to write to.
- ID Attribute: The attribute to be used for the id field
- Autocommit: Federation Services will not send a commit command and will let the server decide when to commit new documents. Committing can affect server performance
- Enable Wait Flush: Part of a manual commit call. From Solr’s’ documentation: Block until index changes are flushed to disk
- Enable Wait Searcher: Part of a manual commit call. From Solr’s’ documentation: Block until a new searcher is opened and registered as the main query searcher, making the changes visible
- Enable Soft Commit: Part of a manual commit call. From Solr’s’ documentation: Makes index changes visible while neither fsync-ing index files nor writing a new index descriptor
- Commit Frequency: If not auto-committing, how many documents to send before making a commit call. Default (-1) will be set to 100.
- Solr Cloud Queue Size: If using Solr Cloud, the size of the queue.
- Term Vector Field: Required for More Like This searches.
Repository Specifications
Solr Cannot be set up as a repository source.