CjkBigramTokenFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forms bigrams of CJK terms that are generated from the standard tokenizer. This token filter is implemented using Apache Lucene.
public class CjkBigramTokenFilter : Azure.Search.Documents.Indexes.Models.TokenFilter
type CjkBigramTokenFilter = class
inherit TokenFilter
Public Class CjkBigramTokenFilter
Inherits TokenFilter
- Inheritance
Constructors
CjkBigramTokenFilter(String) |
Initializes a new instance of CjkBigramTokenFilter. |
Properties
IgnoreScripts |
The scripts to ignore. |
Name |
The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters. (Inherited from TokenFilter) |
OutputUnigrams |
A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false. |
Applies to
Azure SDK for .NET