Dual Partitions with Single Server Patterns Gateway with No Backup

Use this partition for scenarios with large data.

In this partition, the servers need to be appropriately sized with the main memory. The hosts mentioned in the following example should point to the patterns gateway server, which needs to get also configured through the gateway configuration file. For more details on the gateway configuration file, read the Patterns Installation Guide. The gateway points to the Patterns data nodes, which contains the actual index.

<Topology>
<Server clusterIndex="1" backupIndex="1">
  <Name>PrimaryGateway</Name>
  <Connection>myHost:5051</Connection>
</Server>
</Topology>
    <IndexEntityList>
        <IndexEntity>
            <Name>Person</Name>
            <RootRepository>PERSON</RootRepository>
             …
        </IndexEntity>
        <IndexEntity>
            <Name>Address</Name>
            <RootRepository>ADDRESS</RootRepository>
             …
        </IndexEntity>
        <IndexEntity>
            <Name>PersonToAddress</Name>
            <RootRepository>PERSON</RootRepository>
             …
        </IndexEntity>
    </IndexEntityList>