コード例 #1
0
 /**
  * Returns {@link FieldMappers} for all the {@link FieldMapper}s that are registered under the
  * given indexName across all the different {@link DocumentMapper} types.
  *
  * @param indexName The indexName to return all the {@link FieldMappers} for across all {@link
  *     DocumentMapper}s.
  * @return All the {@link FieldMappers} across all {@link DocumentMapper}s for the given
  *     indexName.
  */
 public FieldMappers indexName(String indexName) {
   return fieldMappers.indexName(indexName);
 }