Skip to content

Commit

Permalink
Updated example application setup docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmrsulja committed Dec 26, 2024
1 parent af13255 commit 1f89ae9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion home/src/main/resources/config/example.applicationSetup.n3
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# ----------------------------
#
# Search engine module:
# The Solr-based implementation is the only standard option, but it can be
# The Solr-based implementation is the standard option and it can be
# wrapped in an "instrumented" wrapper, which provides additional logging
# and more rigorous life-cycle checking.
#
Expand All @@ -79,6 +79,17 @@
a vitroWebapp:searchengine.solr.SolrSearchEngine ,
vitroWebapp:modules.searchEngine.SearchEngine .

# Alternatively, you can setup Elasticsearch engine in the same manner:

#:instrumentedSearchEngineWrapper
# a vitroWebapp:searchengine.InstrumentedSearchEngineWrapper ,
# vitroWebapp:modules.searchEngine.SearchEngine ;
# :wraps :elasticSearchEngine .

#:elasticSearchEngine
# a vitroWebapp:searchengine.elasticsearch.ElasticSearchEngine ,
# vitroWebapp:modules.searchEngine.SearchEngine .

# ----------------------------
#
# Search indexer module:
Expand Down

0 comments on commit 1f89ae9

Please sign in to comment.