Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #3327: URL: https://github.com/apache/solr/pull/3327#issuecomment-2802862233 You may have discovered a bug.. The ref guide for the V2 create collection command does not have that: https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#create What version of Solr did you test with? @gerlowskija ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #3327: URL: https://github.com/apache/solr/pull/3327#issuecomment-2804543237 No need to apologize! We are all humans + volunteers! I love getting Ref Guide PR's, so please do continue as you find things. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #3327:
URL: https://github.com/apache/solr/pull/3327#issuecomment-2802901631
Okay, I ran the latest solr and tried this and it worked:
```
curl --request POST \
--url http://localhost:8983/api/collections \
--header 'Content-Type: application/json' \
--data '{
"name": "techproducts",
"numShards": 1,
"replicationFactor": 1
}'
```
@low-perry I think you are on a old version of Solr.. However, I very
much appreciate the PR, and please do continue to provide them! If you are on
the latest Solr, please do ping us!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh closed pull request #3327: Update tutorial-five-minutes.adoc URL: https://github.com/apache/solr/pull/3327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
low-perry commented on PR #3327: URL: https://github.com/apache/solr/pull/3327#issuecomment-2803354548 @epugh You are right, I apologise. I was using version 8.x -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #3327: URL: https://github.com/apache/solr/pull/3327#issuecomment-2802863627 I *think* maybe you are not on one of the Solr 9x releases??? Maybe? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
VickieKarasic commented on PR #2319: URL: https://github.com/apache/solr/pull/2319#issuecomment-1971413545 > Thanks for this, I've merged it! Keep those fixes coming! Thanks @epugh! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #2319: URL: https://github.com/apache/solr/pull/2319#issuecomment-1971204679 Thanks for this, I've merged it! Keep those fixes coming! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh merged PR #2319: URL: https://github.com/apache/solr/pull/2319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] Update tutorial-five-minutes.adoc [solr]
epugh commented on PR #2319: URL: https://github.com/apache/solr/pull/2319#issuecomment-1969940836 Nice find @VickieKarasic ! So, while `books.json` does work, it doesn't quite line up with the "techproducts" concept... However, then I look at the page, and I see we use book data in other places! Someday it would be nice to have an overall cleaner story across our various demos ;-). Maybe instead of "techproducts" it should just be "products" to encompass, books, monitors, memory, ipod etc! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
