Skip to content

Commit

Permalink
Document methods in alphabetical order.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Mar 19, 2013
1 parent ad4155d commit 059bacb
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,65 +26,65 @@ so it'll be hard to miss.

.. autoclass:: ElasticSearch

.. automethod:: index(index, doc_type, doc, id=None, force_insert=False[, other kwargs listed below])
.. automethod:: aliases(index=None[, other kwargs listed below])

.. automethod:: bulk_index(index, doc_type, docs, id_field='id'[, other kwargs listed below])

.. automethod:: delete(index, doc_type, id[, other kwargs listed below])
.. automethod:: close_index(index)

.. automethod:: delete_all(index, doc_type[, other kwargs listed below])
.. automethod:: cluster_state([other kwargs listed below])

.. automethod:: delete_by_query(index, doc_type, query[, other kwargs listed below])
.. automethod:: count(query, index, doc_type[, other kwargs listed below])

.. automethod:: get(index, doc_type, id[, other kwargs listed below])
.. automethod:: create_index(index, settings=None)

.. automethod:: search(query[, other kwargs listed below])
.. automethod:: delete(index, doc_type, id[, other kwargs listed below])

.. automethod:: update(index, doc_type, id, script[, other kwargs listed below])
.. automethod:: delete_all_indexes()

.. automethod:: count(query, index, doc_type[, other kwargs listed below])
.. automethod:: delete_all(index, doc_type[, other kwargs listed below])

.. automethod:: get_mapping(index=None, doc_type=None)
.. automethod:: delete_by_query(index, doc_type, query[, other kwargs listed below])

.. automethod:: put_mapping(index, doc_type, mapping[, other kwargs listed below])
.. automethod:: delete_index(index)

.. automethod:: more_like_this(index, doc_type, id, fields, body=''[, other kwargs listed below])
.. automethod:: flush(index=None[, other kwargs listed below])

.. automethod:: status(index=None[, other kwargs listed below])
.. automethod:: gateway_snapshot(index=None)

.. automethod:: update_aliases(settings[, other kwargs listed below])
.. automethod:: get(index, doc_type, id[, other kwargs listed below])

.. automethod:: aliases(index=None[, other kwargs listed below])
.. automethod:: get_mapping(index=None, doc_type=None)

.. automethod:: create_index(index, settings=None)
.. automethod:: get_settings(index[, other kwargs listed below])

.. automethod:: delete_index(index)
.. automethod:: health(index=None[, other kwargs listed below])

.. automethod:: delete_all_indexes()
.. automethod:: index(index, doc_type, doc, id=None, force_insert=False[, other kwargs listed below])

.. automethod:: close_index(index)
.. automethod:: more_like_this(index, doc_type, id, fields, body=''[, other kwargs listed below])

.. automethod:: open_index(index)

.. automethod:: get_settings(index[, other kwargs listed below])
.. automethod:: optimize(index=None[, other kwargs listed below])

.. automethod:: update_settings(index, settings)
.. automethod:: put_mapping(index, doc_type, mapping[, other kwargs listed below])

.. automethod:: update_all_settings(settings)
.. automethod:: refresh(index=None)

.. automethod:: flush(index=None[, other kwargs listed below])
.. automethod:: search(query[, other kwargs listed below])

.. automethod:: refresh(index=None)
.. automethod:: send_request

.. automethod:: gateway_snapshot(index=None)
.. automethod:: status(index=None[, other kwargs listed below])

.. automethod:: optimize(index=None[, other kwargs listed below])
.. automethod:: update(index, doc_type, id, script[, other kwargs listed below])

.. automethod:: health(index=None[, other kwargs listed below])
.. automethod:: update_aliases(settings[, other kwargs listed below])

.. automethod:: cluster_state([other kwargs listed below])
.. automethod:: update_all_settings(settings)

.. automethod:: send_request
.. automethod:: update_settings(index, settings)


Error Handling
Expand Down

0 comments on commit 059bacb

Please sign in to comment.