api_reference.rst 1.2 KB

1234567891011121314151617181920212223242526272829
  1. API reference
  2. =============
  3. There is a number of native searchd client API implementations for
  4. Manticore. As of time of this writing, we officially support our own PHP,
  5. Python, and Java implementations. There also are third party free,
  6. open-source API implementations for Perl, Ruby, and C++.
  7. The reference API implementation is in PHP, because (we believe) Manticore
  8. is most widely used with PHP than any other language. This reference
  9. documentation is in turn based on reference PHP API, and all code
  10. samples in this section will be given in PHP.
  11. However, all other APIs provide the same methods and implement the very
  12. same network protocol. Therefore the documentation does apply to them as
  13. well. There might be minor differences as to the method naming
  14. conventions or specific data structures used. But the provided
  15. functionality must not differ across languages.
  16. .. toctree::
  17. api_reference/general_api_functions
  18. api_reference/general_query_settings
  19. api_reference/full-text_search_query_settings
  20. api_reference/result_set_filtering_settings
  21. api_reference/group_by_settings
  22. api_reference/querying
  23. api_reference/additional_functionality
  24. api_reference/persistent_connections