mirror of https://github.com/apache/lucene.git
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…
Reference in New Issue