Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. 'campaignId' => ['type' => 'long'],
  2. 'eventEntity' =>['type' => 'string', 'index' => 'not_analyzed'],
  3. 'campaignTypeId' => ['type' => 'long'],
  4. 'unitId' => ['type' => 'long'],
  5. 'operatorId' => ['type' => 'long'],
  6. 'callerId' => ['type' => 'long'],
  7. 'offerId' => ['type' => 'long'],
  8. 'offerTypeId' => ['type' => 'long'],
  9. 'transactionId' => ['type' => 'long'],
  10. 'codeProviderId' => ['type' => 'long'],
  11. 'consumerId' => ['type' => 'long'],
  12. 'tokenId' => ['type' => 'long'],
  13. 'tokenFormatId' => ['type' => 'long'],
  14. 'issuanceValue' => ['type' => 'long'],
  15. 'currentValue' => ['type' => 'long'],
  16. 'transactionValue' => ['type' => 'long'],
  17. 'transactionBalance' => ['type' => 'long'],
  18. 'issuerId' => ['type' => 'long'],
  19. 'importId' => ['type' => 'long'],
  20. 'accountId' => ['type' => 'long'],
  21. 'accountTypeId' => ['type' => 'long'],
  22. 'response' => ['type' => 'string', 'index' => 'no'],
  23. 'merchantTransactionId' => ['type' => 'string', 'index' => 'not_analyzed'],
  24. 'merchantTerminalId' => ['type' => 'string', 'index' => 'not_analyzed'],
  25. 'campaignPropertiesMaxRedemptions' => ['type' => 'long'],
  26. 'statsCampaignTokensCreated' => ['type' => 'long'],
  27. 'statsCampaignTokensRedeemed' => ['type' => 'long'],
  28. 'operatorUserName' => ['type' => 'string', 'index' => 'not_analyzed'],
  29. 'operatorFirstName' => ['type' => 'string', 'index' => 'not_analyzed'],
  30. 'operatorLastName' => ['type' => 'string', 'index' => 'not_analyzed'],
  31. 'operatorEmail' => ['type' => 'string', 'index' => 'not_analyzed'],
  32. 'reasonForChange' => ['type' => 'string', 'index' => 'no'],
  33. 'bulkOrderId' => ['type' => 'long'],
  34. 'errorCode' => ['type' => 'string', 'index' => 'not_analyzed'],
  35. 'errorDescription' => ['type' => 'string', 'index' => 'no'],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement