Skip to content

Commit

Permalink
don't specify fixed, too old Vespa version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreer authored Dec 28, 2024
1 parent 84b6097 commit 459b267
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 459b267

Please sign in to comment.