cancel
Showing results for 
Search instead for 
Did you mean: 

How to run Alfresco Search Services(solr6) on Windows?

phivuu-2
Confirmed Champ
Confirmed Champ

I have only done it on Linux by running this command to create the cores 

./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"

I can start the server successfully on windows with solr.cmd start command. However when I try to create the cores using the command create_core  -d alfresco I will get this error:

ERROR: C:\Alfresco\solr6\solr\server\solr\configsets not found!

1 ACCEPTED ANSWER

phivuu-2
Confirmed Champ
Confirmed Champ

Seems I was overthinking. The same command is fine to use for additional parameters

./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"

View answer in original post

1 REPLY 1

phivuu-2
Confirmed Champ
Confirmed Champ

Seems I was overthinking. The same command is fine to use for additional parameters

./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"