Execution Scope SearchDoc
The Execution Scope SearchDoc is the document in Elasticsearch (similar to a database table) that stores information about an item, optimized for use in the Picturepark search. This includes information set to "include in search". The SearchDoc is optimized in several ways, including saving nested and hierarchical information in a flat structure (this means that value 1 doesn't know that it is the mother of value 2, which allows for faster searching.