C# 클래스 Lucene.Net.Facet.FacetField

Add an instance of this to your Document for every facet label.

NOTE: you must call FacetsConfig#build(Document) before you add the document to IndexWriter.

상속: Field
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
FacetField ( string dim ) : Lucene.Net.Support

Creates the this from dim and path.

ToString ( ) : string
VerifyLabel ( string label ) : void

Verifies the label is not null or empty string. @lucene.internal

비공개 메소드들

메소드 설명
FacetField ( ) : Lucene.Net.Support

메소드 상세

FacetField() 공개 메소드

Creates the this from dim and path.
public FacetField ( string dim ) : Lucene.Net.Support
dim string
리턴 Lucene.Net.Support

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VerifyLabel() 공개 정적인 메소드

Verifies the label is not null or empty string. @lucene.internal
public static VerifyLabel ( string label ) : void
label string
리턴 void