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 Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Enable case-sensitive matching.
    Applies normalization to uppercase/lowercase.
  • Element Details

    • caseSensitive

      boolean caseSensitive
      Enable case-sensitive matching.
      Default:
      true
    • normalization

      SASI.Normalization normalization
      Applies normalization to uppercase/lowercase.
      Default:
      NONE