Low-level client for Manticore Search.
Building the API client library requires:
- Visual Studio 2019
- .NET SDK
Minimum Manticore Search version is 2.5.1 with HTTP protocol enabled.
Please follow the installation instruction and execute ManticoreSearch.Console.Test project.
Full documentation is available in docs folder.
Manticore Search server documentation: https://manual.manticoresearch.com.
All URIs are relative to http://127.0.0.1:9308
Class | Method | HTTP request | Description |
---|---|---|---|
IndexApi | bulk | POST /json/bulk | Bulk index operations |
IndexApi | delete | POST /json/delete | Delete a document in an index |
IndexApi | insert | POST /json/insert | Create a new document in an index |
IndexApi | replace | POST /json/replace | Replace new document in an index |
IndexApi | update | POST /json/update | Update a document in an index |
SearchApi | percolate | POST /json/pq/{index}/search | Perform reverse search on a percolate index |
SearchApi | search | POST /json/search | Performs a search |
UtilsApi | sql | POST /sql | Perform SQL requests |