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

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

Public Methods

Method Description
AddDoc ( int docId ) : void

Record the given document.

Docs ( ) : Lucene.Net.Index

Sole constructor.

Method Details

AddDoc() public abstract method

Record the given document.
public abstract AddDoc ( int docId ) : void
docId int
return void

Docs() public method

Sole constructor.
public Docs ( ) : Lucene.Net.Index
return Lucene.Net.Index