C# Класс Lucene.Net.Documents.FieldType

Describes the properties of a field.
Наследование: IndexableFieldType
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FieldType ( ) : System

Create a new FieldType with default properties.

FieldType ( FieldType @ref ) : System

Create a new mutable FieldType with all of the properties from ref

Freeze ( ) : void

Prevents future changes. Note, it is recommended that this is called once the FieldTypes's properties have been set, to prevent unintentional state changes.

ToString ( ) : string

Prints a Field for human consumption.

Приватные методы

Метод Описание
CheckIfFrozen ( ) : void

Описание методов

FieldType() публичный Метод

Create a new FieldType with default properties.
public FieldType ( ) : System
Результат System

FieldType() публичный Метод

Create a new mutable FieldType with all of the properties from ref
public FieldType ( FieldType @ref ) : System
@ref FieldType
Результат System

Freeze() публичный Метод

Prevents future changes. Note, it is recommended that this is called once the FieldTypes's properties have been set, to prevent unintentional state changes.
public Freeze ( ) : void
Результат void

ToString() публичный закрытый Метод

Prints a Field for human consumption.
public final ToString ( ) : string
Результат string