Example #1
0
 public SimpleItemElasticContext()
     : base(GoldfinchConnectionHelper.GetNewConnection(DALSettingsWrapper.ElasticSearchEndpoint, index: DALSettingsWrapper.DefaultIndexName))
 {
 }
Example #2
0
 public SimpleItemElasticContext(string uri, string index = null)
     : base(GoldfinchConnectionHelper.GetNewConnection(uri, index: index ?? DALSettingsWrapper.DefaultIndexName))
 {
 }