We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The schema definition of elasticsearch should switch according to the version of personium-core. Move mapping json in lib-es-adapter to core.
elasticsearchのスキーマ定義はcoreのバージョンに応じて変更が入るものだが、現状はlib-es-adapterを修正しなければならない。 coreの修正のみで済むように構造の変更が必要。
elasticsearchのスキーマを定義しているjson群 https://github.com/personium/personium-lib-es-adapter/tree/master/src/main/resources/es/mapping これをcoreに移動する。
The text was updated successfully, but these errors were encountered:
Codes calling EsIndex.create are scattered in personium-core.
EsIndex.create
How about calling EsIndex.create only when unituser is created, and calling api when index is not created throws exception?
Sorry, something went wrong.
No branches or pull requests
The schema definition of elasticsearch should switch according to the version of personium-core.
Move mapping json in lib-es-adapter to core.
elasticsearchのスキーマ定義はcoreのバージョンに応じて変更が入るものだが、現状はlib-es-adapterを修正しなければならない。
coreの修正のみで済むように構造の変更が必要。
elasticsearchのスキーマを定義しているjson群
https://github.com/personium/personium-lib-es-adapter/tree/master/src/main/resources/es/mapping
これをcoreに移動する。
The text was updated successfully, but these errors were encountered: