You must specify the connector name (in
The connector name allows you to distinguish between two documents
coming from two different connectors. Thus a document identifier in
Exalead CloudView is made as follows: ( Java codeimport com.exalead.papi.helper.*; final PushAPI papi = PushAPIFactory.createHttp(PushAPIVersion.PAPI_V4, host, port, connectorName, connectorType, login, password); C# codeusing Exalead.PushApi.Client; PushAPI papi = PushAPIFactory.CreateHttp(host, port, connectorName, connectorType, login, password); |