C# 클래스 Lucene.Net.Facet.SortedSet.SortedSetDocValuesFacetField

Add an instance of this to your Documents.Document for every facet label to be indexed via Index.SortedSetDocValues.
상속: Lucene.Net.Documents.Field
파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
TYPE Lucene.Net.Documents.FieldType

공개 메소드들

메소드 설명
SortedSetDocValuesFacetField ( string dim, string label )

Sole constructor.

ToString ( ) : string

비공개 메소드들

메소드 설명
SortedSetDocValuesFacetField ( )

메소드 상세

SortedSetDocValuesFacetField() 공개 메소드

Sole constructor.
public SortedSetDocValuesFacetField ( string dim, string label )
dim string
label string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

Indexed FieldType.
public static Lucene.Net.Documents.FieldType TYPE
리턴 Lucene.Net.Documents.FieldType