IndexAnalyzerAttribute クラス

定義

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

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

コンストラクター

IndexAnalyzerAttribute(String)

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

プロパティ

Name

アナライザーの名前。

適用対象