SOLR-14087: Changing the filestore dir name back to filestore from .filestore

This commit is contained in:
Ishan Chattopadhyaya 2019-12-16 18:18:53 +05:30
parent b660bcd0a2
commit 7dfea5fe33
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ import static org.apache.solr.handler.ReplicationHandler.FILE_STREAM;
public class PackageStoreAPI {
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
public static final String PACKAGESTORE_DIRECTORY = ".filestore";
public static final String PACKAGESTORE_DIRECTORY = "filestore";
private final CoreContainer coreContainer;