Ever launched a Sitecore Search implementation only to find that your facet filters are ordered alphabetically instead of by business priority? Or worse, they're cluttered with technical content types that confuse end users?
Your client wants their most important content front and center, and irrelevant facets hidden. Good news: Sitecore Search has a built-in solution for this exact problem.
π Reading time: 8 minutes
The Problem: Facets are auto-generated during indexing, creating noise in your filter UI. Default ordering doesn't match business priorities. Clients want specific facets boosted to the top and irrelevant facets hidden.
The Solution: Facet Boost Lists let you manually control facet order and visibility without touching code.
How to Access:
Administration β Domain Settings β Feature Configuration β Facets β Edit
What You Can Do:
- β Click the star icon to boost facet values to appear first
- π« Click the exclude icon to hide unwanted facet values entirely
- π Manage all facets from one simple interface
Key Use Cases:
- Prioritize business-critical content types (Profiles, Events, Articles)
- Hide technical facets that users don't need (Media assets)
- Clean up dynamically-created facets from indexing
How to Access Facet Configuration
Step 1: Navigate to Domain Settings
- Log into portal.sitecorecloud.io
- Select your Organization
- Click Search β Select your Search app
- Click Administration (left sidebar)
- Click Domain Settings (top breadcrumb)
Step 2: Open Feature Configuration
- Click the Feature Configuration tab
- Locate the Facets section
- Click Edit (right side)
Step 3: Select a Specific Facet to Configure
After clicking Edit on the Facets section, you'll see a list of all your configured facets. Each facet (Content Type, Category, Tags, etc.) can be configured independently.
- Find the facet you want to configure - in this example, we'll use Content Type
- Click the Edit button (pencil icon) next to the Content Type facet
Step 4: Locate the Order and Boost List Section
Once you're editing the specific facet (Content Type), scroll down to find two key configuration sections:
- ORDER - Controls how facet values are sorted (e.g., Desc. facet value count, Alphabetical)
- BOOST LIST - Where you'll boost priority values and exclude unwanted ones
Look for the BOOST LIST section:
Click the Edit link next to "BOOST LIST" to open the three-column boost editor interface.
Understanding the Boost List Editor
When you click Edit on the BOOST LIST section, you'll see the three-column interface:
Column 1: All Available Values (Left)
This shows every facet value discovered during indexing, with action icons:
VALUES - CONTENT TYPE
π Search
Articles β π«
Events β π«
Media β π«
Products β π«
Profiles β π«
These are your raw, unfiltered facets. This list grows as you index more content.
Action icons:
- β (Star icon) - Click to boost this facet to the top
- π« (Exclude icon) - Click to hide this facet from filters
Column 2: Preferred Values on Top (Middle)
Click the star icon on facet values to boost them to this column:
PREFERRED VALUES ON TOP
β Profiles
β Events
β Articles
β Products
Facets in this column appear first in the search results filter list, regardless of alphabetical order or frequency.
Order matters: The top item in this list appears first, second item appears second, and so on.
Column 3: Excluded Values (Right)
Click the exclude icon on facet values to move them to this column:
EXCLUDED VALUES
π« Media
Users will never see these facets as filter options, even if matching content exists.
Practical Example: Real-World Implementation
Here's a real-world scenario that demonstrates the power of this feature:
Client Requirements
-
Boost these facets (priority order):
- Profiles (most important - user/employee profiles)
- Events (second priority - upcoming events/webinars)
- Articles (third priority - blog posts/news)
- Products (fourth priority - product pages)
-
Hide these facets:
- Media (images, videos, PDFs - not useful for filtering)
Before Configuration
Filter list appeared like this (alphabetical):
Articles
Events
Media β Not useful for filtering
Products
Profiles β Should be first
After Configuration
Filter list now appears like this:
Profiles β Boosted to top (priority #1)
Events β Boosted to second (priority #2)
Articles β Boosted to third (priority #3)
Products β Boosted to fourth (priority #4)
(Media is hidden) β Excluded entirely
Step-by-Step: Boost and Exclude Facets
To Boost a Facet Value
- Open the Boost List editor (see "How to Access" above)
- In the left column (All Values), find the facet value you want to boost
- Click the star icon (β) next to the facet value
- The facet value will move to the middle column (Preferred Values on Top)
- Repeat for other values you want to boost
- Click Save
To Exclude a Facet Value
- Open the Boost List editor
- In the left column (All Values), find the facet value you want to hide
- Click the exclude icon (π«) next to the facet value
- The facet value will move to the right column (Excluded Values)
- Repeat for other values you want to exclude
- Click Save
To Remove Boost/Exclusion
- Open the Boost List editor
- Find the facet value in the middle column (Boosted) or right column (Excluded)
- Click the remove icon or arrow icon to move it back to the left column (All Values)
- Click Save
Important Notes
Reindexing Required
After saving your boost list configuration, you must reindex for changes to take effect:
- Click Sources (left sidebar)
- Click Reindex All (top right)
Why? The boost list affects how the search index organizes facet data. Without a reindex, your old index structure remains in place.
Boost List is Per-Facet
Each facet (Content Type, Category, Date Range, etc.) has its own boost list. If you have 5 facets, you configure 5 separate boost lists.
Dynamic Facets Still Work
Boosting and excluding doesn't disable dynamic facet creation. New content types will still appear in the "All Values" list after future crawls. You'll just need to review and boost/exclude them as needed.
Exclusions Are Soft Deletes
Excluded facets aren't deleted from the indexβthey're just hidden from the filter UI. If you later decide you want them back, click the remove icon to move them back to the All Values column.
Common Use Cases
1. Prioritize Business-Critical Content
Scenario: Your client's main CTAs lead to Profiles and Events. Boost those facets to the top so users can quickly filter to the content that matters most.
Solution: Click the star icon next to "Profiles" and "Events" to boost them, then reorder by priority.
2. Hide Technical Content Types
Scenario: Your search indexes media assets (images, videos, PDFs) that aren't useful as standalone filter options. Users want to find pages, not raw media files.
Solution: Click the exclude icon next to "Media" to hide it from filters.
3. Clean Up After Migration
Scenario: You migrated from an old CMS and ended up with legacy content types like "Articles_Legacy" or "Old_Products" that shouldn't appear in filters.
Solution: Exclude the old content types while you clean up the source data.
4. Regional or Audience-Specific Filtering
Scenario: You have region-specific content types ("US Events", "Canada Events") and want to boost the relevant one for each region.
Solution: Use Sitecore Search's localization features along with separate boost lists per locale.
Best Practices
1. Review Facets After Each Crawl
Crawls discover new content types. After major content updates:
- Check the "All Values" column for new facets
- Decide if they should be boosted, excluded, or left as-is
2. Document Your Boost Strategy
Create a simple doc that explains why each facet is boosted or excluded:
Profiles β Boosted (priority #1, key user content)
Events β Boosted (priority #2, time-sensitive content)
Articles β Boosted (priority #3, frequently searched)
Products β Boosted (priority #4, catalog content)
Media β Excluded (raw assets, not useful for filtering)
This helps when new team members ask "Why is X first?"
3. Test with Real Users
Your business priorities might not match user behavior. After boosting, check analytics to see which facets users actually click. Adjust accordingly.
4. Keep the Boost List Lean
Don't boost everythingβthat defeats the purpose. Boost only the 2-5 most important facets. The rest can fall into natural order (usually alphabetical or by frequency).
5. Use Exclusions Sparingly
Hiding facets can be confusing if users expect to see certain content types. Exclude only:
- Technical/internal content types
- Known noise from indexing
- Deprecated content that's being phased out
Troubleshooting
Changes Aren't Showing Up
Cause: You saved the boost list but didn't reindex.
Fix:
- Go to Sources
- Click Reindex All
- Wait 15-45 minutes (depending on content volume)
- Clear your browser cache and test
Facet Still Appears After Excluding
Cause:
- Reindex didn't complete
- Browser cache is showing old results
- Multiple facets have similar names (e.g., "Media" vs "media")
Fix:
- Check reindex status in Sitecore Search admin
- Clear browser cache
- Verify the exact facet name (case-sensitive) in the exclusion list
New Facets Keep Appearing
Cause: Dynamic facet creation is working as designed. New content types create new facet values.
Fix: This is expected behavior. Review and categorize new facets after each major content publish.
Icons Not Responding
Cause: Browser compatibility issue or UI glitch.
Fix:
- Refresh the page
- Try a different browser (Chrome recommended)
- Clear browser cache
- Check browser console for JavaScript errors
When to Use This Feature
Good Uses:
- β Prioritizing business-critical content types
- β Hiding technical/internal content from end users
- β Cleaning up facet noise after migration
- β Matching filter order to user expectations
Not Ideal For:
- β Completely disabling facets (use facet configuration settings for that)
- β Filtering out content from search results (use source filtering instead)
- β Hiding facets temporarily (better to fix the root cause in your content model)
Alternative Approaches
Option 1: Fix at the Source
Instead of excluding facets, consider fixing your content model:
- Rename generic "Media" templates to specific types (Images, Videos, Documents)
- Use consistent naming conventions
- Clean up legacy content types
Pros: Cleaner long-term solution
Cons: Requires CMS/content changes, takes longer
Option 2: Custom Frontend Filtering
You can also filter facets in your frontend code before rendering:
// Filter out unwanted facets in your React component
const visibleFacets = facets.filter(
facet => !['Media'].includes(facet.name)
);
Pros: No reindexing needed, faster iteration
Cons: Doesn't solve the problem for other search implementations (e.g., headless CMS integrations)
When to use Boost Lists instead: If you need a no-code solution that works across all search implementations and can be managed by content authors or admins.
π Key Takeaways
β
Boost Lists let you control facet order without code
β
Click to boost: Star icon moves facets to top priority
β
Click to exclude: Exclude icon hides facets from filters
β
Must reindex after changes (15-45 min)
β
Per-facet configuration: Each facet (Content Type, Category, etc.) has its own boost list
β
Dynamic facets continue: New values appear after crawls
β
Navigation path: Administration β Domain Settings β Feature Configuration β Facets β Edit [Facet] β BOOST LIST
Wrapping Up
Sitecore Search's facet boosting is one of those features that seems minor until you need itβthen it becomes essential. Being able to control facet order and visibility without touching code or waiting for a deployment makes life dramatically easier when clients have strong opinions about search UX (and they always do).
Three things to remember:
- Navigation: Administration β Domain Settings β Feature Configuration β Facets β Edit β Select Facet β BOOST LIST
- Simple clicks: Star icon to boost, Exclude icon to hide
- Reindex after changes or nothing happens
Now go clean up those facet filters.
Related Resources
Before You Go
Found this helpful?
π¬ Drop a comment - What's your biggest Sitecore Search challenge?
β€οΈ Leave a reaction - Let me know this was useful
π Bookmark for later - You'll thank yourself during your next implementation
π Share with your team - Help your Sitecore colleagues discover this feature
Want more Sitecore Search tips? Follow me for upcoming articles on crawler optimization and search configuration!
Written with insights from real-world Sitecore Search implementations





