This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 4b4389d1cadefc4593bac102c3a7411002bd2c7e Author: Andy Seaborne <[email protected]> AuthorDate: Sat Nov 15 11:23:09 2025 +0000 Remove unused Lucene Standard Filter --- .../main/java/org/apache/jena/query/text/assembler/TextVocab.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jena-text/src/main/java/org/apache/jena/query/text/assembler/TextVocab.java b/jena-text/src/main/java/org/apache/jena/query/text/assembler/TextVocab.java index 2eccf1d910..0d070aac88 100644 --- a/jena-text/src/main/java/org/apache/jena/query/text/assembler/TextVocab.java +++ b/jena-text/src/main/java/org/apache/jena/query/text/assembler/TextVocab.java @@ -78,13 +78,6 @@ public class TextVocab public static final Resource whitespaceTokenizer = Vocab.resource(NS, "WhitespaceTokenizer"); // Filters - /** - * "Standard Filter" is a no-op in Lucene 7.x and removed in Lucene 8.x. - * - * @deprecated Do not use. To be removed. - */ - @Deprecated(forRemoval = true) - public static final Resource standardFilter = Vocab.resource(NS, "StandardFilter"); public static final Resource lowerCaseFilter = Vocab.resource(NS, "LowerCaseFilter"); public static final Resource asciiFoldingFilter = Vocab.resource(NS, "ASCIIFoldingFilter");
