summaryrefslogtreecommitdiffstats
path: root/linguistics/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-06-02 08:50:08 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-06-02 08:50:08 +0200
commitb18703690547333d559f09f63f40ada4fed6f4d4 (patch)
tree6329d27ff2a2b7ff357fbc65e93713e6ffdcc1da /linguistics/abi-spec.json
parentd799fb136d17e62cc13d7021d409618b58d6d60a (diff)
Don't remove indexable symbols when stemming
Diffstat (limited to 'linguistics/abi-spec.json')
-rw-r--r--linguistics/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistics/abi-spec.json b/linguistics/abi-spec.json
index a6aa902c688..dc85a2e6f0b 100644
--- a/linguistics/abi-spec.json
+++ b/linguistics/abi-spec.json
@@ -724,6 +724,7 @@
"public static final enum com.yahoo.language.process.TokenType SYMBOL",
"public static final enum com.yahoo.language.process.TokenType ALPHABETIC",
"public static final enum com.yahoo.language.process.TokenType NUMERIC",
+ "public static final enum com.yahoo.language.process.TokenType INDEXABLE_SYMBOL",
"public static final enum com.yahoo.language.process.TokenType MARKER"
]
},