Annotation Interface SASI.StandardAnalyzed
- Enclosing class:
SASI
@Retention(RUNTIME)
@Target({FIELD,METHOD,ANNOTATION_TYPE})
public static @interface SASI.StandardAnalyzed
Apply standard analyzer to SASI indexing. This analyzer is used for analysis that involves stemming, case
normalization, case sensitivity, skipping common words like "and" and "the", and localization of the language used
to complete the analysis
- Since:
- 2.0
- Author:
- Mark Paluch
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanEnable stemming of input text to reduce words to their base form, for example stemmer, stemming, stemmed are based on stem.Defines the locale for tokenization.Applies normalization to uppercase/lowercase.booleanSkips stop words from indexing.Defines the locale for tokenization.
-
Element Details
-
value
-
locale
-
enableStemming
boolean enableStemmingEnable stemming of input text to reduce words to their base form, for example stemmer, stemming, stemmed are based on stem.- Default:
false
-
skipStopWords
boolean skipStopWordsSkips stop words from indexing.- Default:
false
-
normalization
-