Workspace Node: Elasticsearch text Analysis Specifications-Advanced Tab

In the Elasticsearch Text Analysis node dialog box, under the Specifications heading, select Advanced tab to access the following options.

Option Description
Elasticsearch analysis setting
Basic Select this option to use one of the Elasticsearch analyzers without any modifications.
  • Analyzer: Select this option to index the text.
Custom Select this option to customize the Elasticsearch analyzer as required.
Note: Do not change the analyzer name from "tmanalyzer" as this is used internally.
  • Text Language: Select this option to choose the language of the text that is analyzed. This is used by Statistica internally to produce localized output.
  • Specify custom analyzer: Use this textbox to specify the custom analyzer as JSON object.
Note: For more information on custom analyzer specification examples, See https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-lang-analyzer.html.
Stop words
None Select this option to exclude stop words from the analysis.
Standard Select this option to use standard stop file that comes with Elasticsearch analyzer.
Custom Select this option to specify your own file with stop words to be used in analysis.
Select Click this button to specify the stop words file path on the client machine. This button is enabled when Custom option is selected.
Synonyms (replace, combine words)
Synonyms Select this option to specify a custom file with synonyms specified in Solr format.
Select Click this button to specify the synonyms file path. This button is enabled when synonym option is selected.