boolean sameIndex(PartInfo startPartInfo) {
   return startPartInfo.getIndexName().equals(getIndexName());
 }