| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket.significant.heuristics |
| Modifier and Type | Field and Description |
|---|---|
static SignificanceHeuristicStreams.Stream |
ScriptHeuristic.STREAM |
static SignificanceHeuristicStreams.Stream |
PercentageScore.STREAM |
static SignificanceHeuristicStreams.Stream |
GND.STREAM |
static SignificanceHeuristicStreams.Stream |
ChiSquare.STREAM |
static SignificanceHeuristicStreams.Stream |
JLHScore.STREAM |
static SignificanceHeuristicStreams.Stream |
MutualInformation.STREAM |
| Modifier and Type | Method and Description |
|---|---|
static SignificanceHeuristicStreams.Stream |
SignificanceHeuristicStreams.stream(String name)
Returns the stream that is registered for the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportSignificantTermsHeuristicModule.registerStream(SignificanceHeuristicStreams.Stream stream) |
static void |
SignificanceHeuristicStreams.registerStream(SignificanceHeuristicStreams.Stream stream,
String... names)
Registers the given stream and associate it with the given types.
|
Copyright © 2009–2016. All rights reserved.