C# Класс Lucene.Net.Facet.FacetsCollector.Docs

Used during collection to record matching docs and then return a DocIdSet that contains them.
Показать файл Открыть проект

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

Метод Описание
AddDoc ( int docId ) : void

Record the given document.

Docs ( ) : Lucene.Net.Index

Sole constructor.

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

AddDoc() публичный абстрактный Метод

Record the given document.
public abstract AddDoc ( int docId ) : void
docId int
Результат void

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

Sole constructor.
public Docs ( ) : Lucene.Net.Index
Результат Lucene.Net.Index