You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionBuilders.java
-18
Original file line number
Diff line number
Diff line change
@@ -293,24 +293,6 @@ public static TokenFilterDefinition icuNormalizer(
293
293
returnbuilder.build();
294
294
}
295
295
296
-
/**
297
-
* Creates a builder for the {@link IcuTokenizer icu_tokenizer}
298
-
* {@code TokenFilterDefinition} variant.
299
-
*/
300
-
publicstaticIcuTokenizer.BuildericuTokenizer() {
301
-
returnnewIcuTokenizer.Builder();
302
-
}
303
-
304
-
/**
305
-
* Creates a TokenFilterDefinition of the {@link IcuTokenizer icu_tokenizer}
0 commit comments