getMapping() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html. public mixed getMapping ( $index = '_all', $type = null )$index string $type string
getIndexStatus() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-status.html. public mixed getIndexStatus ( $index = '_all' )$index
get() public method Gets a document from the index See also http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-get.html. public mixed get ( $index, $type, $id, $options = [] )$index $type $id $options array
flushIndex() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-flush.html. public mixed flushIndex ( $index = '_all' )$index
exists() public method Gets a document from the index See also http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-get.html. public mixed exists ( $index, $type, $id )$index $type $id
deleteTemplate() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html. public mixed deleteTemplate ( $name )$name
deleteMapping() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html. public mixed deleteMapping ( $index, $type )$index $type
deleteIndex() public method Deletes an index See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-index.html. public mixed deleteIndex ( $index )$index
deleteByQuery() public method Sends a request to the delete by query public mixed deleteByQuery ( $options = [] )$options array
deleteAllIndexes() public method Deletes all indexes See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-index.html. public mixed deleteAllIndexes ( )
Page 357 of 633