easy-es/docs/en/index.md
2022-03-17 11:01:44 +08:00

509 B

The EE index module provides the following APIs for users to make convenient calls

  • indexName needs to be manually specified by the user
  • Object Wrapper is conditional constructor
Boolean existsIndex(String indexName);
Boolean createIndex(LambdaEsIndexWrapper<T> wrapper);
Boolean updateIndex(LambdaEsIndexWrapper<T> wrapper);
Boolean deleteIndex(String indexName);

Please click the outline according to the name to enter the specific page to view the corresponding code of the interface