473474475476477478479480481
{ return ( Index ) indices.get( lowerCased ); } else { throw new IndexNotFoundException( "An index on attribute " + attribute + " does not exist!" ); } }
499500501502503504505506507
{ return ( Index ) sysIndices.get( lowerCased ); } else { throw new IndexNotFoundException( "A system index by the name of " + indexName + " does not exist!" ); } }
517518519520521522523524525
543544545546547548549550551
518519520521522523524525526
544545546547548549550551552