Я скачал упругий поиск и запустил эластичный поиск на моем ноутбуке с Windows, но как только я попробую: curl http://localhost:9200 Я получу:
C:\Temp\elasticsearch-6.4.0\bin>curl http://localhost:9200/
'curl' is not recognized as an internal or external command,
operable program or batch file.
Что я пропустил?Я следую инструкциям по установке в соответствии с: https://www.elastic.co/downloads/elasticsearch
Также «Invok _restMethod» выдает ошибку на Power Shell:
PS C:\Temp\elasticsearch-6.4.0\bin> Invoke-RestMethod http://localhost:9200
**The term 'Invoke-RestMethod' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.**
At line:1 char:18
+ Invoke-RestMethod <<<< http://localhost:9200
+ CategoryInfo : ObjectNotFound: (Invoke-RestMethod:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException