From f3f8c047cc5702d19d64200faa6496e26460c0ef Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Tue, 1 Jul 2014 17:29:46 +0000 Subject: [PATCH] SOLR-6179: Include the RestManager stored data file to prevent warning when starting the example (and to prevent dirty checkouts when running example from svn) git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607150 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/collection1/conf/_rest_managed.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 solr/example/solr/collection1/conf/_rest_managed.json diff --git a/solr/example/solr/collection1/conf/_rest_managed.json b/solr/example/solr/collection1/conf/_rest_managed.json new file mode 100644 index 00000000000..6a4aec39edc --- /dev/null +++ b/solr/example/solr/collection1/conf/_rest_managed.json @@ -0,0 +1 @@ +{"initArgs":{},"managedList":[]}