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.

Показать файл Открыть проект

Открытые методы

Метод Описание
FacetCount ( FacetHits facet ) : System

Описание методов

FacetCount() публичный Метод

public FacetCount ( FacetHits facet ) : System
facet FacetHits
Результат System