Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ Phonetic analyzers don't come with the default linguistics bundle, so we need to

## Compile the application package

**NOTE**: This creates the custom linguistics bundle and copies it under `target/application/components`.
```bash
mvn clean package
```

## Deploy the application
## Deploy the application from target/application

**NOTE**: The app package from `target/application` should be the one from `src/main/application` plus the custom linguistics bundle. If you want to deploy the application package from somewhere else, you need to copy the bundle from `target/application/components` into a `components` directory under the root of that application package.
```bash
vespa deploy target/application
```
Expand Down Expand Up @@ -125,4 +127,4 @@ YQL query parsed: [select * from doc where weakAnd(my_text contains ({stem: fals
]
}
}
```
```