Package | Description |
---|---|
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 Impacts |
Lucene50ScoreSkipReader.impacts |
Modifier and Type | Method and Description |
---|---|
(package private) Impacts |
Lucene50ScoreSkipReader.getImpacts() |
Impacts |
Lucene50PostingsReader.BlockImpactsEverythingEnum.getImpacts() |
Modifier and Type | Field and Description |
---|---|
private static Impacts |
SlowImpactsEnum.DUMMY_IMPACTS |
Modifier and Type | Method and Description |
---|---|
Impacts |
SlowImpactsEnum.getImpacts() |
Impacts |
ImpactsSource.getImpacts()
Get information about upcoming impacts for doc ids that are greater than
or equal to the maximum of
DocIdSetIterator.docID() and the last
target that was passed to ImpactsSource.advanceShallow(int) . |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
CheckIndex.checkImpacts(Impacts impacts,
int lastTarget) |
Modifier and Type | Method and Description |
---|---|
private int |
MaxScoreCache.getSkipLevel(Impacts impacts,
float minScore)
Return the maximum level at which scores are all less than
minScore ,
or -1 if none. |