496497498499500501502503504505506
case 1 : this.index = new SingleIndex( index, this.startResult ); break; case 2 : this.index = new DoubleCompositeIndex( index, this.startResult ); break; case 3 : this.index = new TripleCompositeIndex( index, this.startResult );