/**
  * {@inheritdoc}
  */
 public function getIndexIds()
 {
     return $this->referencedDataProvider->getIndexIds();
 }
 /**
  * {@inheritdoc}
  */
 public function getIndexIds()
 {
     return $this->decorated->getIndexIds();
 }
 /**
  * {@inheritdoc}
  */
 public function getIndexIds()
 {
     return $this->subject->getIndexIds();
 }