Package | Description |
---|---|
org.apache.lucene.search.intervals |
Intervals queries
|
Modifier and Type | Class and Description |
---|---|
private static class |
IntervalScoreFunction.SaturationFunction |
private static class |
IntervalScoreFunction.SigmoidFunction |
Modifier and Type | Field and Description |
---|---|
private IntervalScoreFunction |
IntervalQuery.scoreFunction |
Modifier and Type | Method and Description |
---|---|
(package private) static IntervalScoreFunction |
IntervalScoreFunction.saturationFunction(float pivot) |
(package private) static IntervalScoreFunction |
IntervalScoreFunction.sigmoidFunction(float pivot,
float exp) |
Constructor and Description |
---|
IntervalQuery(java.lang.String field,
IntervalsSource intervalsSource,
IntervalScoreFunction scoreFunction) |
IntervalScorer(Weight weight,
IntervalIterator intervals,
int minExtent,
float boost,
IntervalScoreFunction scoreFunction) |