메소드 | 설명 | |
---|---|---|
CreateTermGroupFacetCollector ( string groupField, string facetField, bool facetFieldMultivalued, BytesRef facetPrefix, int initialSize ) : |
Factory method for creating the right implementation based on the fact whether the facet field contains multiple tokens per documents.
|
메소드 | 설명 | |
---|---|---|
TermGroupFacetCollector ( string groupField, string facetField, BytesRef facetPrefix, int initialSize ) : Lucene.Net.Index |
public static CreateTermGroupFacetCollector ( string groupField, string facetField, bool facetFieldMultivalued, BytesRef facetPrefix, int initialSize ) : |
||
groupField | string | The group field |
facetField | string | The facet field |
facetFieldMultivalued | bool | Whether the facet field has multiple tokens per document |
facetPrefix | BytesRef | The facet prefix a facet entry should start with to be included. |
initialSize | int | /// The initial allocation size of the internal int set and group facet list which should roughly /// match the total number of expected unique groups. Be aware that the heap usage is /// 4 bytes * initialSize. /// |
리턴 |