116117118119120121122123124125126
set = new HashSet(); set.add( new CoreSchema() ); set.add( new CosineSchema() ); set.add( new ApacheSchema() ); set.add( new InetorgpersonSchema() ); set.add( new JavaSchema() ); set.add( new SystemSchema() ); setBootstrapSchemas( set ); }