36818c6d9f434d387819c30bd9addb14.asciidoc 277 B

1234567891011121314
  1. // docs/index_.asciidoc:237
  2. [source, php]
  3. ----
  4. $params = [
  5. 'index' => 'twitter',
  6. 'body' => [
  7. 'user' => 'kimchy',
  8. 'post_date' => '2009-11-15T14:12:12',
  9. 'message' => 'trying out Elasticsearch',
  10. ],
  11. ];
  12. $response = $client->index($params);
  13. ----