Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
#91 use embeded solr as default
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurz committed Feb 26, 2019
1 parent 8f0aab9 commit a10fddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TestSearchServer extends ExternalResource {

private Logger log = LoggerFactory.getLogger(getClass());

private ServerType serverType = ServerType.RemoteStandalone;
private ServerType serverType = ServerType.Embedded;

private SearchServer searchServer;

Expand Down

0 comments on commit a10fddb

Please sign in to comment.