Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev GuideRecipesAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Index properties

Describes how to index properties saved in store for faster searching.

You can index properties saved in the store for faster searching. When you set an index on a property, you automatically map it to an indexed column in the big table.

The UsingIndexes class in the DDS sample project demonstrates this technique.