textProcessor property

String? textProcessor
final

The text processor to apply to this field. Optional. Possible values:

  • cs_text_no_stemming: turns off stemming for the field.
Default: none

Implementation

final String? textProcessor;