Skip to content

Commit 1f89ae9

Browse files
committed
Updated example application setup docs.
1 parent af13255 commit 1f89ae9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

home/src/main/resources/config/example.applicationSetup.n3

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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
#
@@ -79,6 +79,17 @@
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:

0 commit comments

Comments
 (0)