public class PercolatorService extends AbstractComponent
Modifier and Type | Class and Description |
---|---|
static class |
PercolatorService.ReduceResult |
Modifier and Type | Field and Description |
---|---|
static float |
NO_SCORE |
static String |
TYPE_NAME |
componentSettings, logger, settings
Constructor and Description |
---|
PercolatorService(Settings settings,
IndicesService indicesService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
HighlightPhase highlightPhase,
ClusterService clusterService,
FacetPhase facetPhase,
AggregationPhase aggregationPhase,
ScriptService scriptService,
MappingUpdatedAction mappingUpdatedAction) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
PercolateShardResponse |
percolate(PercolateShardRequest request) |
PercolatorService.ReduceResult |
reduce(byte percolatorTypeId,
List<PercolateShardResponse> shardResults) |
nodeName
public static final float NO_SCORE
public static final String TYPE_NAME
@Inject public PercolatorService(Settings settings, IndicesService indicesService, CacheRecycler cacheRecycler, PageCacheRecycler pageCacheRecycler, BigArrays bigArrays, HighlightPhase highlightPhase, ClusterService clusterService, FacetPhase facetPhase, AggregationPhase aggregationPhase, ScriptService scriptService, MappingUpdatedAction mappingUpdatedAction)
public PercolatorService.ReduceResult reduce(byte percolatorTypeId, List<PercolateShardResponse> shardResults)
public PercolateShardResponse percolate(PercolateShardRequest request)
public void close()
Copyright © 2009–2015. All rights reserved.