C# 클래스 Lucene.Net.Index.IndexWriter.MaxFieldLength

파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LIMITED MaxFieldLength
UNLIMITED MaxFieldLength

공개 메소드들

메소드 설명
MaxFieldLength ( int limit ) : System

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

ToString ( ) : System.String

비공개 메소드들

메소드 설명
MaxFieldLength ( ) : System
MaxFieldLength ( System name, int limit ) : System

Private type-safe-enum-pattern constructor.

메소드 상세

MaxFieldLength() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

프로퍼티 상세

LIMITED 공개적으로 정적으로 프로퍼티

Sets the maximum field length to DEFAULT_MAX_FIELD_LENGTH
public static MaxFieldLength LIMITED
리턴 MaxFieldLength

UNLIMITED 공개적으로 정적으로 프로퍼티

Sets the maximum field length to int.MaxValue.
public static MaxFieldLength UNLIMITED
리턴 MaxFieldLength