mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
SOLR-14087: Changing the filestore dir name back to filestore from .filestore
This commit is contained in:
parent
b660bcd0a2
commit
7dfea5fe33
@ -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…
x
Reference in New Issue
Block a user