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
es7 8之后 type基本上就废除了,以后也不会有了,那么相应的代码是否也要做调整
The text was updated successfully, but these errors were encountered:
bboss同时提供了带type的api和不带type的api,开发人员可以根据使用的elasticsearch的版本来决定使用相关的api
bboss 对elasticsearch 7,8相关的文档: https://esdoc.bbossgroups.com/#/Elasticsearch-7-API
elasticsearch 7操作的java 案例代码: https://github.com/bbossgroups/elasticsearch-example/blob/master/src/main/java/org/bboss/elasticsearchtest/crud/DocumentCRUD7.java
https://github.com/bbossgroups/elasticsearch-example/blob/master/src/main/java/org/bboss/elasticsearchtest/crud/DemoWithES7IndexUseBatch.java
https://github.com/bbossgroups/elasticsearch-example/blob/master/src/main/java/org/bboss/elasticsearchtest/crud/DemoWithES7IndexSimple.java
https://github.com/bbossgroups/elasticsearch-example/blob/master/src/main/java/org/bboss/elasticsearchtest/HighlightSearch7.java
https://github.com/bbossgroups/springboot-elasticsearch-webservice/blob/master/src/main/java/com/example/esbboss/service/DocumentCRUD7.java
Sorry, something went wrong.
yin-bp
No branches or pull requests
es7 8之后 type基本上就废除了,以后也不会有了,那么相应的代码是否也要做调整
The text was updated successfully, but these errors were encountered: