To estimate the size of your index before building it:

Note: Depending on your content, estimation can take a significant length of time.

If you have reason to think that Search is underestimating the size of your index, you can manually adjust the sizing of your physical partitions.

For example, estimation says that your content requires three physical partitions, but you know that you are very close to needing four. To rule out any potential performance problems, you overrule the estimation and create four partitions instead. If this happens often, you may want to adjust the fullnessOfRecommendedPartitions setting in the /atg/search/routing/RoutingIndexService.properties file to some number less than one, as shown:

fullnessOfRecommendedPartitions=0.7

Going forward, Search will estimate your content based on 70% of the maximum physical partition size, making it less likely that your partition will fill up.

 
loading table of contents...