Tatsuya Kawakami
Tatsuya Kawakami
sizeはclear時に毎回0になるため、expand時に本来必要なサイズより多くArrayListオブジェクトを作成してしまいます。
Requesting support for [intfloat/multilingual-e5-large-instruct](https://huggingface.co/intfloat/multilingual-e5-large-instruct). Thanks.
### Is your feature request related to a problem? It seems that only the fs repository is supported in opensearch-java. https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/main/java/org/opensearch/client/opensearch/snapshot/RepositorySettings.java ### What solution would you like? It supports S3,...
### Description I fixed the snapshot specifications. https://opensearch.org/docs/latest/api-reference/snapshots/create-snapshot/ https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/snapshots/SnapshotInfo.java ### Issues Resolved https://github.com/opensearch-project/opensearch-api-specification/issues/606 By submitting this pull request, I confirm that my contribution is made under the terms of the...
[BUG] The response definition for the GET /_snapshot/{repository}/{snapshot} endpoint is incorrect.
### What is the bug? The response from the get snapshot endpoint contains only snapshots. https://opensearch.org/docs/latest/api-reference/snapshots/get-snapshot/ However, the API definition includes total, responses, and remaining. https://github.com/opensearch-project/opensearch-api-specification/blob/main/spec/namespaces/snapshot.yaml#L411-L427 Similarly, the definition of...
### Describe the bug The `/{index}/_recovery` API returns the following response. The field names isSearchableSnapshot, remoteStoreIndexShallowCopy, sourceRemoteStoreRepository and sourceRemoteTranslogRepository are in non-standard format(using camelCase). ``` { "test_index": { "shards": [...
I added loadBalancerIP to service. fix #128
kuromojiには日本語オートコンプリートのためのtoken fillterが実装されています。 簡単に日本語のオートコンプリートが実装でき便利な一方、kuromojiの辞書が古く、新しい単語の読みでのオートコンプリートが行えません。 https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji-completion.html https://blog.johtani.info/blog/2022/08/09/japanese-auto-completion/ https://tech.legalforce.co.jp/entry/2020/12/18/134454 sudachiの辞書はメンテナンスされており、新しい単語の読みを取得することが可能です。 そのため、elasticsearch-sudachiプラグインでも単語と同一ポジションに読み仮名を出力するようなtoken filterが欲しいと考えています。