C# 클래스 Lucene.Net.Facet.Taxonomy.IntAssociationFacetField

Add an instance of this to your Document to add a facet label associated with an int. Use TaxonomyFacetSumIntAssociations to aggregate int values per facet label at search time. @lucene.experimental
상속: Lucene.Net.Facet.Taxonomy.AssociationFacetField
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
BytesRefToInt ( BytesRef b ) : int

Decodes a previously encoded int.

IntAssociationFacetField ( int assoc, string dim ) : Lucene.Net.Support

Creates this from dim and path and an int association

IntToBytesRef ( int v ) : BytesRef

Encodes an int as a 4-byte BytesRef, big-endian.

ToString ( ) : string

메소드 상세

BytesRefToInt() 공개 정적인 메소드

Decodes a previously encoded int.
public static BytesRefToInt ( BytesRef b ) : int
b BytesRef
리턴 int

IntAssociationFacetField() 공개 메소드

Creates this from dim and path and an int association
public IntAssociationFacetField ( int assoc, string dim ) : Lucene.Net.Support
assoc int
dim string
리턴 Lucene.Net.Support

IntToBytesRef() 공개 정적인 메소드

Encodes an int as a 4-byte BytesRef, big-endian.
public static IntToBytesRef ( int v ) : BytesRef
v int
리턴 BytesRef

ToString() 공개 메소드

public ToString ( ) : string
리턴 string