Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema must be de/serialized from a json format #78

Closed
qdequele opened this issue Jan 12, 2019 · 0 comments
Closed

Schema must be de/serialized from a json format #78

qdequele opened this issue Jan 12, 2019 · 0 comments
Assignees

Comments

@qdequele
Copy link
Member

Thanks to a previous issue #47 Schema can be built from a toml file.

The proposal for this issue is to handle the JSON format like the Toml format.

An example of the json schema:

{
    "identifier": "id",
    "attributes": {
        "id": {
            "strored": true
        },
        "title": {
            "strored": true,
            "indexed": true
        },
        "description": {
            "strored": true,
            "indexed": true
        },
        "image": {
            "indexed": true
        }
    }
}
@qdequele qdequele self-assigned this Jan 12, 2019
MarinPostma pushed a commit that referenced this issue Jul 1, 2020
curquiza pushed a commit that referenced this issue Jun 30, 2021
144: Concurrent update run loop (refactor) r=MarinPostma a=MarinPostma

This PR allows multiple request to the update store to be performed concurently (i.e, one can list updates while an updates in being written to the update store).


173: Convert UpdateStatus to legacy meilisearch format r=MarinPostma a=MarinPostma

Returns the update statuses with the same format as legacy meilisearch.

The number of documents in a document addition/deletion is not known before processing, so it is only returned when the update is `processed`.

close #78 

associated milli PR: meilisearch/milli#178


Co-authored-by: marin postma <postma.marin@protonmail.com>
Co-authored-by: Marin Postma <postma.marin@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant