Configuring search and item bucket scalability
Contains the settings related to search and item bucket scalability.
This topic explains the settings related to search and item bucket scalability in the following configuration files:
Sitecore.Buckets.config
Sitecore.ContentSearch.Lucene.DefaultIndexConfiguration.config
Web.config
The Sitecore.Buckets.config
file contains the following settings which you can use to improve the scalability of your Sitecore solution:
Setting | Description | Example |
---|---|---|
| If you enable the |
This setting means that when an item has 100 children, Sitecore asks if you want to automatically convert this item into an item bucket. |
| Specifies the template of a folder item that contains all the hidden bucketable items as the GUID of the new folder item. We recommend you use the default value. |
|
| This setting determines what happens to search results that are returned when a user does not have permission to access them. The available options are "hide" and "blur". |
|
The Sitecore.ContentSearch.Lucene.DefaultIndexConfiguration.config
file contains the following setting that you can use to improve the scalability of your Sitecore solution:
Setting | Description | Example |
---|---|---|
| This setting specifies the clause count. Increasing this value increases memory consumption. Only increase this value if you need to run very large queries. |
|
The web.config
file contains the following setting that you can use to improve the scalability of your Sitecore solution:
Setting | Description | Example |
---|---|---|
| Specifies how often the Web database index is updated. Set an index update interval to record when unstructured items are created, deleted or modified in the Web database. If you do not set an update interval these events are not automatically included in the index. |
|