SOLR-14087: changed the filestore location to .filestore instead of $filestore

This commit is contained in:
noble 2019-12-16 15:49:54 +11:00
parent d64c5c20b6
commit 479db61df8
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;