Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 415 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 415 Bytes

Query

You can use query function for creating, updating, searching etc.

The index aliases API allows aliasing an index with a name, with all APIs automatically converting the alias name to the actual index name.

Display the aliases list

.. literalinclude:: aliases.php
   :language: php
   :linenos:

Searching with query function:

.. literalinclude:: searching.php
   :language: php
   :linenos: