Skip to content

Commit

Permalink
serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 3, 2025
1 parent 17b4466 commit b995436
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 37 deletions.
2 changes: 1 addition & 1 deletion wikipedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This track accepts the following parameters with Rally 0.8.0+ using `--track-par
- Index settings:
- `number_of_replicas` (default: `0`)
- `number_of_shards` (default: `1`)
- `index_mapping_type`: `minimal` / `semantic` / `full` (default: `minimal`)
- `index_mapping_type`: `minimal` / `full` / `semantic-serverless` (default: `minimal`)
- Initial indexing:
- `initial_indexing_bulk_clients` (default: `5`)
- `initial_indexing_bulk_size` (default: `500`)
Expand Down
36 changes: 0 additions & 36 deletions wikipedia/wikipedia-semantic-mapping.json

This file was deleted.

20 changes: 20 additions & 0 deletions wikipedia/wikipedia-semantic-serverless-mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mappings": {
"properties": {
"title": {
"type": "semantic_text"
},
"content": {
"type": "semantic_text"
},
"namespace": {
"ignore_above": 1024,
"type": "keyword"
},
"redirect": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}

0 comments on commit b995436

Please sign in to comment.