manticoresearch-java icon indicating copy to clipboard operation
manticoresearch-java copied to clipboard

Official Java client for Manticore Search

Results 6 manticoresearch-java issues
Sort by recently updated
recently updated
newest added

I deployed a manticoresearch service by helm(https://github.com/manticoresoftware/manticoresearch-helm/blob/master/charts/manticoresearch/values.yaml) , and the related images version is manticoresearch/helm-balancer:6.2.13.1 and manticoresearch/helm-worker:6.2.13.1. And then i want to consumer kafka message and insert into a manticore...

waiting

How can I translate the document into Chinese? Does your production support i18n? And I did'n see any docs, include https://github.com/manticoresoftware/manticoresearch/tree/master/doc. I want to become a volunteer translator.

@sanikolaev we would like to be able to auth requests that are coming to Manticore service in the following way: ``` {manticore}

Deserialization of SearchResponse fails with: Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "warning" (class com.manticoresearch.client.model.SearchResponse), not marked as ignorable (4 known properties: "hits", "profile", "timed_out", "took"]) without warning field in SearchResponse. This...

sdk version: 8.1.0 ```java /** * search */ public SearchResponse search(String tableName, String queryString, List sort, String scrollToken, Integer size) { ApiClient client = this.newClient(); SearchQuery searchQuery = new SearchQuery();...