SearchAnalyzerAttribute クラス

定義

ターゲット プロパティの Field によって FieldBuilder 生成された が、その SearchAnalyzer プロパティを指定したアナライザーに設定する必要があることを示します。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class SearchAnalyzerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SearchAnalyzerAttribute = class
    inherit Attribute
Public Class SearchAnalyzerAttribute
Inherits Attribute
継承
SearchAnalyzerAttribute
属性

コンストラクター

SearchAnalyzerAttribute(String)

指定したアナライザーを使用する必要があることを示します。

プロパティ

Name

アナライザーの名前。

適用対象