Standard and Keyword Analyzer - 23.1

Spectrum Dataflow Designer Guide

Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Dataflow Designer Guide
First publish date
2007
Last updated
2024-05-09
Published on
2024-05-09T23:01:03.226155

Before choosing between the Standard and Keyword analyzers you should be aware of the following difference in the behavior of these two analyzers:

  • Standard analyzer: It breaks the string to tokenize it and also converts all its tokens to lower case.
  • Keyword analyzer: It tokenizes the whole string and keeps it as is (does not change the case).

Example

Let us take an example of contains any algorithm and assume the input is P O. In this case, the Standard analyzer will return both P O and P records, while the Keyword analyzer will return only the P O records (shown below).

Search result with Standard analyzer:

Search result with Standard analyzer

Search result with Keyword analyzer:

Search result with Keyword analyzer