C# Class 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.

Datei anzeigen Open project: Artesian/SparseFacetedSearch

Public Methods

Method Description
FacetCount ( FacetHits facet ) : System

Method Details

FacetCount() public method

public FacetCount ( FacetHits facet ) : System
facet FacetHits
return System