CharFilterName Struct

Definition

Defines the names of all character filters supported by the search engine.

public readonly struct CharFilterName : IEquatable<Azure.Search.Documents.Indexes.Models.CharFilterName>
type CharFilterName = struct
Public Structure CharFilterName
Implements IEquatable(Of CharFilterName)
Inheritance
CharFilterName
Implements

Constructors

CharFilterName(String)

Initializes a new instance of CharFilterName.

Properties

HtmlStrip

A character filter that attempts to strip out HTML constructs. See https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html.

Methods

Equals(CharFilterName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CharFilterName, CharFilterName)

Determines if two CharFilterName values are the same.

Implicit(String to CharFilterName)

Converts a string to a CharFilterName.

Inequality(CharFilterName, CharFilterName)

Determines if two CharFilterName values are not the same.

Applies to