C# 클래스 Lucene.Net.Search.FacetCount

Simplified version of FacetHits containing the count only.

This means that IndexReader does not need to be held open. Useful for the majority of casses where we're only interested in the count and not the individual Documents.

파일 보기 프로젝트 열기: Artesian/SparseFacetedSearch

공개 메소드들

메소드 설명
FacetCount ( FacetHits facet ) : System

메소드 상세

FacetCount() 공개 메소드

public FacetCount ( FacetHits facet ) : System
facet FacetHits
리턴 System