Annotation Interface SASI.NonTokenizingAnalyzed
- Enclosing class:
- SASI
@Retention(RUNTIME)
@Target({FIELD,METHOD,ANNOTATION_TYPE})
public static @interface SASI.NonTokenizingAnalyzed
Apply non-tokenizing analyzer to SASI indexing. Use this analyzer for cases where the text is not analyzed, but
case normalization or sensitivity is required.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Enable case-sensitive matching.Applies normalization to uppercase/lowercase.
-
Element Details
-
caseSensitive
boolean caseSensitiveEnable case-sensitive matching.- Default:
- true
-
normalization
SASI.Normalization normalizationApplies normalization to uppercase/lowercase.- Default:
- NONE
-