/**
  * Adds a special membership that represents the search index.
  *
  * @since 1.0.1.0
  */
 protected function create_membership()
 {
     $this->membership = MS_Model_Membership::_get_system_membership(self::MEMBERSHIP_TYPE, true);
 }