CharFilterName 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Cognitive Searchでサポートされているすべての文字フィルターの名前を定義します。 https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.CharFilterName>))]
public struct CharFilterName : IEquatable<Microsoft.Azure.Search.Models.CharFilterName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.CharFilterName>))>]
type CharFilterName = struct
Public Structure CharFilterName
Implements IEquatable(Of CharFilterName)
- 継承
-
CharFilterName
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 実装
フィールド
HtmlStrip |
HTML コンストラクトを取り除こうとする文字フィルター。 https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html |
メソッド
Equals(CharFilterName) |
CharFilterName を別の CharFilterName と等しいかどうか比較します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 |
GetHashCode() |
既定のハッシュ関数として機能します。 |
ToString() |
CharFilterName の文字列表現を返します。 |
演算子
Equality(CharFilterName, CharFilterName) |
2 つの CharFilterName 値を等しいかどうかを比較します。 |
Explicit(CharFilterName to String) |
CharFilterName から文字列への明示的な変換を定義します。 |
Implicit(String to CharFilterName) |
文字列から CharFilterName への暗黙的な変換を定義します。 |
Inequality(CharFilterName, CharFilterName) |
2 つの CharFilterName 値を比較して不等値を取得します。 |
適用対象
Azure SDK for .NET