Constructor FacetsCollector
FacetsCollector(String)
Default constructor
Declaration
public FacetsCollector(string cacheName)
Parameters
Type | Name | Description |
---|---|---|
System.String | cacheName |
FacetsCollector(Boolean, String)
Create this; if keepScores
is true
then a
float[] is allocated to hold score of all hits.
Declaration
public FacetsCollector(bool keepScores, string cacheName)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | keepScores | |
System.String | cacheName |