Hi Vince, If you want to run the techproducts examples, these commands from https://stackoverflow.com/a/55171062 do the trick:
- docker run --name my_solr -d -p 8983:8983 -t solr - docker exec -it --user=solr my_solr bin/solr create_core -c techproducts - docker exec -it --user=solr my_solr bin/post -c techproducts example/exampledocs/ Thomas Op do 26 okt 2023 om 04:42 schreef Vince McMahon < sippingonesandze...@gmail.com>: > ok, so those are commands. I can't find them. > > I'm running into many problems to get any of the examples to start. > > Is there a clean version of the docker to learn solr? Is there any YouTube > videos can help me jump start? My primary job is to dev an app and I'm in > a tight deadline. Running solr will not help me keeping my job. > > Please help. >