C# Class Lucene.Net.Facet.FacetsCollector.Docs

Used during collection to record matching docs and then return a DocIdSet that contains them.
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
AddDoc ( int docId ) : void

Record the given document.

Docs ( ) : Lucene.Net.Index

Sole constructor.

Method Details

AddDoc() public abstract méthode

Record the given document.
public abstract AddDoc ( int docId ) : void
docId int
Résultat void

Docs() public méthode

Sole constructor.
public Docs ( ) : Lucene.Net.Index
Résultat Lucene.Net.Index