File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
hibernate-search/hsearch-with-elasticsearch/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
<property name =" hibernate.show_sql" value =" false" />
25
25
<property name =" hibernate.hbm2ddl.auto" value =" create-drop" />
26
26
27
- <!-- Not needed if using localhost -->
28
- <!-- <property name="hibernate.search.elasticsearch.host" value="http://127.0.0.1:9200" /> -->
29
27
<property name =" hibernate.search.default.indexmanager" value =" elasticsearch" />
28
+
29
+ <!-- Not needed if using localhost -->
30
+ <!-- <property name="hibernate.search.default.elasticsearch.host" value="http://127.0.0.1:9200" /> -->
31
+
30
32
<property name =" hibernate.search.default.elasticsearch.index_schema_management_strategy" value =" CREATE" />
31
33
</properties >
32
34
You can’t perform that action at this time.
0 commit comments