Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
private java.util.TreeSet<Impact> |
CompetitiveImpactAccumulator.otherFreqNormPairs |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Impact> |
CompetitiveImpactAccumulator.getCompetitiveFreqNormPairs()
Get the set of competitive freq and norm pairs, ordered by increasing freq and norm.
|
Modifier and Type | Method and Description |
---|---|
private void |
CompetitiveImpactAccumulator.add(Impact newEntry,
java.util.TreeSet<Impact> freqNormPairs) |
Modifier and Type | Method and Description |
---|---|
private void |
CompetitiveImpactAccumulator.add(Impact newEntry,
java.util.TreeSet<Impact> freqNormPairs) |
Modifier and Type | Field and Description |
---|---|
(package private) Impact[] |
Lucene50ScoreSkipReader.MutableImpactList.impacts |
Modifier and Type | Method and Description |
---|---|
Impact |
Lucene50ScoreSkipReader.MutableImpactList.get(int index) |
Modifier and Type | Field and Description |
---|---|
(package private) Impact[] |
Lucene84ScoreSkipReader.MutableImpactList.impacts |
Modifier and Type | Method and Description |
---|---|
Impact |
Lucene84ScoreSkipReader.MutableImpactList.get(int index) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Impact> |
Impacts.getImpacts(int level)
Return impacts on the given level.
|
Modifier and Type | Method and Description |
---|---|
private float |
MaxScoreCache.computeMaxScore(java.util.List<Impact> impacts) |