File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
hibernate-search/hsearch-elasticsearch-wikipedia Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 25
25
<mapstruct .version>1.1.0.Final</mapstruct .version>
26
26
<apt .version>1.1.3</apt .version>
27
27
<!-- Override the version of Hibernate ORM in Spring Boot -->
28
- <hibernate .version>5.4.23 .Final</hibernate .version>
28
+ <hibernate .version>5.4.24 .Final</hibernate .version>
29
29
<!-- Override the version of Elasticsearch Rest Client in Spring Boot -->
30
30
<elasticsearch .version>7.9.2</elasticsearch .version>
31
31
<hibernate .search.version>6.0.0.CR1</hibernate .search.version>
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ spring.jpa.properties:
23
23
protocol : http
24
24
discovery.enabled : true
25
25
analysis.configurer : analysisConfigurerSpringBean
26
- schema_management.minimal_required_status : yellow
27
26
indexing.max_bulk_size : 250
28
27
29
28
spring.jackson :
@@ -35,6 +34,6 @@ logging.level:
35
34
# Uncomment for extensive SQL logging
36
35
# org.hibernate.SQL: DEBUG
37
36
org.hibernate.search.massindexing : INFO
38
- org.hibernate.search.fulltext_query : DEBUG
37
+ org.hibernate.search.query : TRACE
39
38
# org.hibernate.search.elasticsearch.request: DEBUG
40
39
# org.hibernate.search.engine.backend.orchestration.spi: DEBUG
You can’t perform that action at this time.
0 commit comments