Deployment.xml for Single Server Fast Farm

Note:  has a BOM

<?xml version="1.0" encoding="utf-8" ?>
<deployment
version="14"
modifiedBy="MyDomainName\MyAccount"
modifiedTime="2014-01-29T15:31:00-06:00"
comment="I'm about to give up"
xmlns="http://www.microsoft.com/enterprisesearch"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.microsoft.com/enterprisesearch
deployment.xsd">

  <instanceid>FAST Search Server Single Node</instanceid>

<connector-databaseconnectionstring>
<![CDATA[jdbc:sqlserver://mdcdsqlshr02wv:1433;
DatabaseName=FAST_DB]]>
</connector-databaseconnectionstring>

<host name="FrontEndServer.mydomain.com">
<admin />
<document-processor processes="4"/>
<content-distributor id="0" />
<indexing-dispatcher />
<crawler role="single" />
<webanalyzer
server="true" max-targets="1"
link-processing="true" lookup-db="true"
redundant-lookup="false"
/>
<searchengine row="0" column="0" />
<query />
</host>

<searchcluster>
<row id="0" index="primary" search="true" />
</searchcluster>
</deployment>