Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
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. |
Constructor and Description |
---|
ImpactsDISI(DocIdSetIterator in,
ImpactsSource impactsSource,
Similarity.SimScorer scorer)
Sole constructor.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.