Skip to content

Commit

Permalink
0.38.0: use 'standard' tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hayco committed Aug 14, 2024
1 parent 673d0dd commit e76709c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.knaw.huc</groupId>
<artifactId>broccoli</artifactId>
<version>0.37.2</version>
<version>0.38.0</version>

<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ class BrintaResource(
"analyzer": {
"fulltext_analyzer": {
"type": "custom",
"tokenizer": "whitespace",
"tokenizer": "standard",
"filter": [
"lowercase",
"type_as_payload"
"lowercase"
]
}
}
Expand Down

0 comments on commit e76709c

Please sign in to comment.