meilisearch / meilisearch-java

Java client for Meilisearch

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The primary key is snowflake ID, and progress will be lost after query and parsing

MorikGitHub opened this issue · comments

Stored data:
{
"cultivateType": 2,
"cultivateId": 1710533308552413209,
"examineStatus": 0,
"updater": "170",
"ticketFlag": 0,
"createTime": 这里是fastjson把时间转换后的LocalDateTime,
"createTimeLong": 1696823214000,
}

Called sdk:
image

Query returned data:
{
"hits": [{
"cultivateType": 2,
"cultivateId": 1710533308552413200,
"examineStatus": 0,
"updater": "170",
"ticketFlag": 0,
"createTime":1696823214000,
"createTimeLong": 1696823214000
}],
"hitsPerPage": 10,
"page": 1,
"processingTimeMs": 1,
"query": "",
"totalHits": 11,
"totalPages": 1
}

Question:
1、The primary key is snowflake ID, and progress will be lost after query and parsing.
2、Cannot query with LocalDateTime type. LocalDateTime needs to be converted to Long type in order to perform greater than or less than queries.

Hey @MorikGitHub

I'm sorry but I really don't understand your issue here. Looks like it's more related to any support need and not a request for feature or a bug fix.

You might have noticed when opening the issue we don't do support in this repo anymore.

Capture d’écran 2023-10-11 à 16 56 38

We are a small team, so we can’t spend much time doing support in this specific repo anymore 😢.
I would recommend going to our Discord instead. The community will be able to help you, no matter your question.

Thanks for using Meilisearch!