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.

Afficher le fichier Open project: Artesian/SparseFacetedSearch

Méthodes publiques

Méthode Description
FacetCount ( FacetHits facet ) : System

Method Details

FacetCount() public méthode

public FacetCount ( FacetHits facet ) : System
facet FacetHits
Résultat System