Alphabet
Alphabet class
文字の種類を検出するためにインデックス作成中に使用される文字の辞書を表します。 各文字は、区切り記号、文字、またはその両方として処理できます。
public class Alphabet : DictionaryBase, IEnumerable<char>
プロパティ
| 名前 | 説明 |
|---|---|
| Count { get; } | に含まれる文字数を取得しますAlphabet. |
メソッド
| 名前 | 説明 |
|---|---|
| Clear() | を設定しますSeparatorこの中のすべての文字を入力してくださいAlphabet. |
| ExportDictionary(string) | 指定した名前のファイルに辞書をエクスポートします。 |
| GetCharacterType(char) | 文字の種類を取得します。 |
| GetEnumerator() | コレクションを反復処理する列挙子を返します。 |
| ImportDictionary(string) | 指定したファイルから辞書をインポートします。 |
| SetRange(char[], CharacterType) | のこのインスタンスで指定されたコレクションの各文字のタイプを設定しますAlphabet. |
備考
もっと詳しく知る
関連項目
- class DictionaryBase
- 名前空間 GroupDocs.Search.Dictionaries
- 組み立て GroupDocs.Search