aboutsummaryrefslogtreecommitdiffstats
path: root/lucene-linguistics/src/main/resources/configdefinitions/lucene-analysis.def
blob: 19cf5087ad1144c2f48a09d23a091a4e4bf4f26d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=com.yahoo.language.lucene

# The schema ("type") for an application specified config type
# See
#  - https://docs.vespa.ai/en/reference/config-files.html

configDir                           path	optional
analysis{}.tokenizer.name           string  default=standard
analysis{}.tokenizer.conf{}         string

analysis{}.charFilters[].name       string
analysis{}.charFilters[].conf{}     string
analysis{}.tokenFilters[].name      string
analysis{}.tokenFilters[].conf{}    string