[ 
https://issues.apache.org/jira/browse/SOLR-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14708923#comment-14708923
 ] 

Jan Høydahl commented on SOLR-7955:
-----------------------------------

bq. may be lazily on first use (if possible) is a better alternative than on 
first start..
"First use" in this context I guess is first data upload, e.g.
{noformat}
curl -X POST ... --data-binary @test1.jar 
http://localhost:8983/solr/.system/blob/test
{noformat}
Is it even possible to intercept a POST to .system if it does not exist, or is 
the special /blob handler only registered when collection is created?

> Auto create .system collection on first start if it does not exist
> ------------------------------------------------------------------
>
>                 Key: SOLR-7955
>                 URL: https://issues.apache.org/jira/browse/SOLR-7955
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Jan Høydahl
>
> Why should a user need to create the {{.system}} collection manually? It 
> would simplify instructions related to BLOB store if user could assume it is 
> always there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to