👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
indexDoc := map[string]any{ "create": time.Now(), } this can‘t insert
zhangstar-hub · 2024-11-19 · 5 · #9
`go get` fails for v6.0.0 due to module path version mismatch
Problem The go get command fails when trying to fetch manticoresearch-go v6.0.0 due to Go modules requiring version suffix in module path for major versions ≥ 2. Steps to Reproduce >> go get github.com/manticoresoftware/[email protected] go: …
yokowu · 2025-02-07 · 1 · #14
Why not use database/sql to implement the sdk
Why not use database/sql to implement the sdk In this way, many things like sqlx can be used
fucktx · 2024-12-12 · 1 · #11
Whether to support go native SQL driver database/sql or gorm
Whether to support go native SQL driver database/sql or gorm
medivh666 · 2025-02-14 · 1 · #16
waiting
new SearchResponseHitsHitsInner fails to serialize uppon request execute
There is a issue with the new client: searchRequest := openapiclient.NewSearchRequest(strings.ToLower(indexName)) searchQuery := openapiclient.NewSearchQuery() searchQuery.QueryString = fmt.Sprintf("@title *%v", queryStr) searchRequest.Query = searchQuery …
adderly · 2025-03-11 · 1 · #20
create table with id as bigint,search table return id as float64
…Hi, I create table by " CREATE TABLE IF NOT EXISTS tableA (id bigint, idea text, note text, style string, ts bigint, trashed bool), but the "_id" in SearchResponseHits.Hits is float64. If the id is very big number, the float64 value will not match int64 …
ninesunqian · 2025-03-11 · 1 · #18
I'm using sdk v1.6.0 with dockered manticoresearch/manticore:7.0.0 and getting EOF error while replacing 100-1000 documents in loop: if _, _, err := searchApi.IndexAPI.Replace(context.TODO()).InsertDocumentRequest(Manticoresearch.InsertDocumentRequest{ …
AlexanderMatveev · 2025-03-11 · 7 · #15
bug
SuccessResponse does not include ID
When doing an insert and relying on auto-id to generate and return the ID, the Id field of the SuccessResponse is blank. The actual raw HTTP response body contains the ID, but because the JSON data has the id filed as _id and the struct doesn't explicitly …
darkliquid · 2025-03-11 · 6 · #17
How to get id of new documents create by bulk insert
Hello, From this page I can't find how to get the id of new documents create by bulk or single insert https://manual.manticoresearch.com/Data_creation_and_modification/Adding_documents_to_a_table/Adding_documents_to_a_real-time_table#Auto-schema Should I …
ninesunqian · 2025-01-08 · 4 · #13
waiting
Why the id in ApiPartialReplaceRequest is float32, not int64 ?
type ApiPartialReplaceRequest struct { ctx context.Context ApiService *IndexAPIService index string id float32 replaceDocumentRequest *ReplaceDocumentRequest } in api_index.go
ninesunqian · 2025-01-08 · 3 · #10
openapi.Aggregation does not have facility to do faceting over histogram, as is shown in docs. Is there another way to produce aggregated results? Using latest dev branch and go 1.23.4
arrayindex-dev · 2024-12-19 · 1 · #12
command-line-arguments .\main.go:20:90: syntax error: unexpected newline in composite literal; possibly missing comma or } The test case you provided has a missing comma at the end of the code snippet below: docs := []string{ "{"insert": {"index" : "test …
xue-ding-e · 2024-03-11 · 1 · #5
bug
Thanks for making a go client for use gophers ! This looks really promising !
gedw99 · 2025-03-06 · 1 · #19
We need to make a specification for porting github.com/manticoresoftware/manticoresearch-php/ to Golang
manticoresearch · 2024-01-09 · 2 · #1
sanikolaev · 2024-02-12 · 2 · #4
est::size_L