Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UniqueTokenFilter

Package version

Filters out tokens with same text as the previous token. This token filter is implemented using Apache Lucene.

Hierarchy

  • UniqueTokenFilter

Index

Properties

name

name: string

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.

odatatype

odatatype: "#Microsoft.Azure.Search.UniqueTokenFilter"

Polymorphic Discriminator

Optional onlyOnSamePosition

onlyOnSamePosition: undefined | false | true

A value indicating whether to remove duplicates only at the same position. Default is false. Default value: false.

Generated using TypeDoc