public class ScriptTermsStringFieldFacetExecutor extends FacetExecutor
FacetExecutor.Mode , FacetExecutor.Post | Constructor and Description |
|---|
ScriptTermsStringFieldFacetExecutor(int size, int shardSize, TermsFacet
|
| Modifier and Type | Method and Description |
|---|---|
InternalFacet |
buildFacet(String
Builds the facet.
|
org |
collector()
A collector based facet implementation, collection the facet as hits match.
|
postpublic ScriptTermsStringFieldFacetExecutor(int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
SearchContext context,
<any> excluded,
Pattern pattern,
String scriptLang,
String script,
ScriptService.ScriptType scriptType,
Map<String,Object> params,
CacheRecycler cacheRecycler) public org.elasticsearch .search .facet .terms .strings .ScriptTermsStringFieldFacetExecutor .Collector collector()
FacetExecutor
public InternalFacetbuildFacet(String facetName)
FacetExecutor