Skip to content

Commit

Permalink
Merge pull request #1611 from vespa-engine/andreer/fix-too-old-version
Browse files Browse the repository at this point in the history
don't specify fixed, too old Vespa version
  • Loading branch information
ean authored Dec 28, 2024
2 parents 84b6097 + 459b267 commit d5ccc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lucene-linguistics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ go to the application package directory and play with the following commands:
brew install vespa-cli
# Maven must be 3.6+
brew install maven

# Requires Vespa 8.315.19 or later
docker run --rm --detach \
--name vespa \
--hostname vespa-container \
--publish 127.0.0.1:8080:8080 \
--publish 127.0.0.1:19071:19071 \
--publish 127.0.0.1:19050:19050 \
vespaengine/vespa:8.237.19
vespaengine/vespa

# To observe the logs from LuceneLinguistics run in a separate terminal
docker logs vespa -f | grep -i "lucene"
Expand Down

0 comments on commit d5ccc2a

Please sign in to comment.