File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/645136747d37368a14ab34de8bd046c6.asciidoc
Back
// mapping/types/date.asciidoc:35 [source, php] ---- $params = [ 'index' => 'my_index', 'body' => [ 'mappings' => [ 'properties' => [ 'date' => [ 'type' => 'date', ], ], ], ], ]; $response = $client->indices()->create($params); $params = [ 'index' => 'my_index', 'id' => '1', 'body' => [ 'date' => '2015-01-01', ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'id' => '2', 'body' => [ 'date' => '2015-01-01T12:10:30Z', ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'id' => '3', 'body' => [ 'date' => 1420070400001, ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'body' => [ 'sort' => [ 'date' => 'asc', ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings