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.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.freqNormPairs |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<Impact> |
CompetitiveImpactAccumulator.getCompetitiveFreqNormPairs()
Get the set of competitive freq and norm pairs, orderer by increasing freq and norm.
|
Modifier and Type | Method and Description |
---|---|
private void |
CompetitiveImpactAccumulator.add(Impact newEntry) |
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 | 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) |