Skip to content

Commit

Permalink
Add Persian stem token filter
Browse files Browse the repository at this point in the history
Signed-off-by: Ebrahim Byagowi <[email protected]>
  • Loading branch information
ebraminio committed Jul 21, 2024
1 parent bf2772a commit 4ea5e34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/schemas/_common.analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,17 @@ components:
- porter_stem
required:
- type
PersianStemTokenFilter:
allOf:
- $ref: '#/components/schemas/TokenFilterBase'
- type: object
properties:
type:
type: string
enum:
- persian_stem
required:
- type
PredicateTokenFilter:
allOf:
- $ref: '#/components/schemas/TokenFilterBase'
Expand Down

0 comments on commit 4ea5e34

Please sign in to comment.