Enterprise Portal Info Architecture
Contents |
Overview
This page should lists information architecture design such as navigation, top-level sites, search architecture and records. The governance document, therefore only needs to reference this page as its kept current.
Navigation
...
Records Management
...
Search Architecture
Query Role
The goal here is to create multiple search query partitions and distribute them across our web front ends. For example:
- WFE1
- Query Partition 1
- Query Partition 3 (copy)
- WFE2
- Query Partition 2
- Query Partition 1 (copy)
- WFE3
- Query Partition 3
- Query Partition 2 (copy)
If any ONE server goes down, or is unavilable, search is unaffected. This also helps distribute the load across 3 servers.
Crawl Role
We do the same with the crawlers. We'll have 2 servers to crawl.
- APP1
- Crawl Partition 1
- Crawl Partition 2 (copy)
- APP2
- Crawl Partition 2
- Crawl Partition 1 (copy)


