Skip to content

moemura/manticoresearch-csharp

Repository files navigation

manticoresearch

Low-level client for Manticore Search.

Requirements

Building the API client library requires:

  1. Visual Studio 2019
  2. .NET SDK

Minimum Manticore Search version is 2.5.1 with HTTP protocol enabled.

Installation

Getting Started

Please follow the installation instruction and execute ManticoreSearch.Console.Test project.

Documentation

Full documentation is available in docs folder.

Manticore Search server documentation: https://manual.manticoresearch.com.

Documentation for API Endpoints

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

Documentation for Models

Author

https://github.com/moemura

About

.Net client for Manticore Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages