mirror of https://github.com/apache/lucene.git
SOLR-14087: changed the filestore location to .filestore instead of $filestore
This commit is contained in:
parent
d64c5c20b6
commit
479db61df8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue