Commit History

Author SHA1 Message Date
  Shun Miyazawa 6ad6a33cdb Refactor createIndex method to support dynamic mappings for Elasticsearch versions 7, 8, and 9 10 months ago
  Shun Miyazawa dbde1b96c2 Implement type guard for each delegator 10 months ago
  Shun Miyazawa 2315446554 Fix type name from ElasticSEarchClientDeletegator to ElasticsearchClientDelegator for consistency across files 10 months ago
  Shun Miyazawa 7fd2ee8384 Add Elasticsearch mappings for versions 7, 8, and 9 with custom analyzers and settings 10 months ago
  Shun Miyazawa a3e2fc5be1 Fix return type for indices method in ES8ClientDelegator and ES9ClientDelegator to ensure correct response type 10 months ago
  Shun Miyazawa 384d076f28 Reapply "Update Elasticsearch dependency to version 9.0.3 for improved stability and features" 10 months ago
  Shun Miyazawa 8daf6d2cb6 Revert "Update Elasticsearch dependency to version 9.0.3 for improved stability and features" 10 months ago
  Shun Miyazawa 7e35dd6f4b Update Elasticsearch dependency to version 9.0.3 for improved stability and features 10 months ago
  Shun Miyazawa 8685378ceb clean code 10 months ago
  Shun Miyazawa cca76b6b3f Refactor getClient: initialize instance as null and simplify return statements for improved clarity 10 months ago
  Shun Miyazawa bab8dc3109 Refactor ElasticsearchDelegator: update initClient to be asynchronous and await getClient for improved handling of client initialization 10 months ago
  Shun Miyazawa ccf8c279db Refactor ElasticsearchDelegator: change member variables to private for better encapsulation 10 months ago
  Shun Miyazawa eacf64c662 Refactor ElasticsearchDelegator: rename elasticVersion to elasticsearchVersion and add return types for improved clarity 10 months ago
  Shun Miyazawa ce973565fd Fix ElasticsearchDelegator: assign elasticVersion directly from elasticsearchVersion parameter 10 months ago
  Shun Miyazawa 10a788f874 Refactor ElasticsearchDelegator: specify SocketIoService type for socketIoService and constructor 10 months ago
  Shun Miyazawa 9c62361f59 Refactor ElasticsearchDelegator: remove unused queries and simplify constructor logic 10 months ago
  Shun Miyazawa 025877c58f clean code 10 months ago
  Shun Miyazawa e6ed5f060d Refactor query declaration to use const for improved code clarity 10 months ago
  Shun Miyazawa a09e63c128 Refactor import statement for ElasticSEarchClientDeletegator to improve module structure 10 months ago
  Shun Miyazawa 35f5bcd467 Refactor Elasticsearch client types and add interfaces for better type management 10 months ago
  Shun Miyazawa 0d1c8a1894 Add todo 10 months ago
  Shun Miyazawa f6fdb75291 rm unnec code 10 months ago
  Shun Miyazawa 1098c2799d Remove unused Elasticsearch client types and client implementation 10 months ago
  Shun Miyazawa e8098f54b0 Refactor ElasticsearchDelegator to use getClient for client initialization 10 months ago
  Shun Miyazawa e57361e36a Fix updateAliases method to correctly wrap parameters in a body object 10 months ago
  Shun Miyazawa 03238808ce Absorb differences in response between versions 10 months ago
  Shun Miyazawa 34c490631b Add error logging in search route handlers 10 months ago
  Shun Miyazawa 26be5bbd92 Fix type for exists method in indices to return correct response type 10 months ago
  Shun Miyazawa 5126ffbf70 Refactor stats method to use standard function syntax 10 months ago
  Shun Miyazawa 66e464b3e9 Add TODO 10 months ago