8384858687888990919293
/** * @return */ public Type getSchema() { if ( this.schema == null ) { ESchemaMaker schemaMaker = new ESchemaMaker(this); return schemaMaker.createTypes(); } else { return this.schema; } }