Adjust configs
This commit is contained in:
@@ -78,6 +78,24 @@ hibernate.search.default.indexBase=target/lucenefiles
|
||||
hibernate.search.lucene_version=LUCENE_CURRENT
|
||||
tester.config.refuse_to_fetch_third_party_urls=false
|
||||
|
||||
##################################################
|
||||
# ElasticSearch
|
||||
# Note that using ElasticSearch is disabled by
|
||||
# default and the server will use Lucene instead.
|
||||
##################################################
|
||||
elasticsearch.enabled=false
|
||||
elasticsearch.rest_url=http://localhost:9200
|
||||
elasticsearch.username=SomeUsername
|
||||
elasticsearch.password=SomePassword
|
||||
elasticsearch.rest_url=http://localhost:9200
|
||||
elasticsearch.required_index_status=YELLOW
|
||||
elasticsearch.schema_management_strategy=CREATE
|
||||
# Immediately refresh indexes after every write. This is very bad for
|
||||
# performance, but can be helpful for testing.
|
||||
elasticsearch.debug.refresh_after_write=false
|
||||
elasticsearch.debug.pretty_print_json_log=false
|
||||
|
||||
|
||||
##################################################
|
||||
# Binary Storage Operations
|
||||
##################################################
|
||||
|
||||
Reference in New Issue
Block a user