diff --git a/README.md b/README.md index b756e6c..fcc4897 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Solr server required authentication, so you should set up the environment variab starting the container. export SOLR_USER=your_solr_username -export SOLR_PASS=your_solr_password +export SOLR_PASSWORD=your_solr_password ```docker compose --profile indexer up document_indexer -d``` @@ -383,7 +383,7 @@ In the image below, you can see the main kubernetes parts running in this workfl * Document indexer ``` python document_indexer_service/document_indexer_service.py - --solr_indexing_api http://solr8-embedded-zookeeper:8983/solr/#/core-x/ + --solr_indexing_api http://fulltext-workshop-solrcloud-headless:8983/solr/core-x/ ``` * In Kubernetes, you can also use the script `run_retriever_processor_kubernetes.sh` to run the services to retrieve