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 | Class and Description |
---|---|
(package private) class |
Lucene50PostingsReader.BlockImpactsEverythingEnum |
Modifier and Type | Class and Description |
---|---|
class |
ImpactsEnum
Extension of
PostingsEnum which also provides information about
upcoming impacts. |
class |
SlowImpactsEnum
ImpactsEnum that doesn't index impacts but implements the API in a
legal way. |
Modifier and Type | Field and Description |
---|---|
private ImpactsSource |
ImpactsDISI.impactsSource |
private ImpactsSource |
MaxScoreCache.impactsSource |
Modifier and Type | Method and Description |
---|---|
(package private) static ImpactsSource |
SynonymQuery.mergeImpacts(ImpactsEnum[] impactsEnums,
float[] boosts)
Merge impacts for multiple synonyms.
|
Constructor and Description |
---|
ImpactsDISI(DocIdSetIterator in,
ImpactsSource impactsSource,
Similarity.SimScorer scorer)
Sole constructor.
|
MaxScoreCache(ImpactsSource impactsSource,
Similarity.SimScorer scorer)
Sole constructor.
|