C# Class Lucene.Net.Index.IndexWriter.MaxFieldLength

Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
LIMITED MaxFieldLength
UNLIMITED MaxFieldLength

Méthodes publiques

Méthode Description
MaxFieldLength ( int limit ) : System

Public constructor to allow users to specify the maximum field size limit.

ToString ( ) : System.String

Private Methods

Méthode Description
MaxFieldLength ( ) : System
MaxFieldLength ( System name, int limit ) : System

Private type-safe-enum-pattern constructor.

Method Details

MaxFieldLength() public méthode

Public constructor to allow users to specify the maximum field size limit.
public MaxFieldLength ( int limit ) : System
limit int The maximum field length ///
Résultat System

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

Property Details

LIMITED public_oe static_oe property

Sets the maximum field length to DEFAULT_MAX_FIELD_LENGTH
public static MaxFieldLength LIMITED
Résultat MaxFieldLength

UNLIMITED public_oe static_oe property

Sets the maximum field length to int.MaxValue.
public static MaxFieldLength UNLIMITED
Résultat MaxFieldLength