File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
home/src/main/resources/config Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6565# ----------------------------
6666#
6767# Search engine module:
68- # The Solr-based implementation is the only standard option, but it can be
68+ # The Solr-based implementation is the standard option and it can be
6969# wrapped in an "instrumented" wrapper, which provides additional logging
7070# and more rigorous life-cycle checking.
7171#
7979 a vitroWebapp:searchengine.solr.SolrSearchEngine ,
8080 vitroWebapp:modules.searchEngine.SearchEngine .
8181
82+ # Alternatively, you can setup Elasticsearch engine in the same manner:
83+
84+ #:instrumentedSearchEngineWrapper
85+ # a vitroWebapp:searchengine.InstrumentedSearchEngineWrapper ,
86+ # vitroWebapp:modules.searchEngine.SearchEngine ;
87+ # :wraps :elasticSearchEngine .
88+
89+ #:elasticSearchEngine
90+ # a vitroWebapp:searchengine.elasticsearch.ElasticSearchEngine ,
91+ # vitroWebapp:modules.searchEngine.SearchEngine .
92+
8293# ----------------------------
8394#
8495# Search indexer module:
You can’t perform that action at this time.
0 commit comments