Method | Description | |
---|---|---|
AddTypeToIndex ( |
||
ElasticSearchEventListener ( IElasticClientFactory factory ) : System | ||
OnPostDelete ( object entity, ISession session ) : void | ||
OnPostInsert ( object entity, ISession session ) : void | ||
OnPostSave ( object entity, ISession session ) : void |
Method | Description | |
---|---|---|
IdOf ( object entity, ISession session ) : string | ||
MaybeDelete ( object entity, ISession session ) : void | ||
MaybeIndex ( object entity, ISession session ) : void | ||
TypeOf ( object entity ) : string |
public AddTypeToIndex ( |
||
type | ||
return | void |
public ElasticSearchEventListener ( IElasticClientFactory factory ) : System | ||
factory | IElasticClientFactory | |
return | System |
public OnPostDelete ( object entity, ISession session ) : void | ||
entity | object | |
session | ISession | |
return | void |
public OnPostInsert ( object entity, ISession session ) : void | ||
entity | object | |
session | ISession | |
return | void |
public OnPostSave ( object entity, ISession session ) : void | ||
entity | object | |
session | ISession | |
return | void |