コード例 #1
0
 public void CreateIndexWithMapping()
 {
     _searchProvider.CreateIndexWithMapping(Animal.SearchIndex, Animal.SearchType);
 }