Lucene.Net.Facet.FacetsCollector.FacetsCollector C# (CSharp) Method

FacetsCollector() public method

Create this; if keepScores is true then a float[] is allocated to hold score of all hits.
public FacetsCollector ( bool keepScores ) : Lucene.Net.Index
keepScores bool
return Lucene.Net.Index
        public FacetsCollector(bool keepScores)
        {
            this.keepScores = keepScores;
        }

Same methods

FacetsCollector::FacetsCollector ( ) : Lucene.Net.Index