<?xml version="1.0" encoding="utf-8" ?> <deployment comment="FAST Search Server two node deployment example" xmlns="http://www.microsoft.com/enterprisesearch"> <instanceid>TheManCaveFastSearchServer</instanceid> <!-- NOTE: Host names "fastserver1.contoso.com" and "fastserver2.contoso.com" must be changed to the actual server names in use --> <connector-databaseconnectionstring /> <host name="fastserver1.contoso.com"> <admin /> <indexing-dispatcher /> <content-distributor /> <webanalyzer server="true" link-processing="true" lookup-db="true" /> <document-processor processes="4" /> <searchengine row="0" column="0" /> </host> <host name="fastserver2.contoso.com"> <searchengine row="1" column="0" /> <query /> </host> <searchcluster> <row id="0" index="primary" search="true" /> <row id="1" index="none" search="true" /> </searchcluster> </deployment>
You must be logged in to post a comment.