How would you specify it? Say you have two replicas on the same Solr instance (a common occurrence). Now say at collection creation time you specified an absolute path (or even a relative one that goes "up" a few levels).
Now you'd have both replicas pointing to the same data dir. Somehow you'd have to pass a different dataDir to each replica that was created, which seems difficult. Best, Erick On Thu, May 25, 2017 at 1:05 AM, takumi yoshida <[email protected]> wrote: > Hi, > > I wounder if we add new parameter dataDir for collection CREATE command. > There have been dataDir for ADDREPLICA command. So, if we add dataDir for > CREATE too, it would be more easy to handle data directory when we make new > collection with new disk or NFS, etc ... > > What do you think? > > Thanks, > Takumi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
