Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene84 |
Components from the Lucene 8.4 index format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
abstract ImpactsEnum |
PostingsReaderBase.impacts(FieldInfo fieldInfo,
BlockTermState state,
int flags)
Return a
ImpactsEnum that computes impacts with scorer . |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
Lucene84PostingsReader.impacts(FieldInfo fieldInfo,
BlockTermState state,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
SlowImpactsEnum
ImpactsEnum that doesn't index impacts but implements the API in a
legal way. |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
MultiTermsEnum.impacts(int flags) |
abstract ImpactsEnum |
TermsEnum.impacts(int flags)
Return a
ImpactsEnum . |
ImpactsEnum |
FilteredTermsEnum.impacts(int flags) |
ImpactsEnum |
FilterLeafReader.FilterTermsEnum.impacts(int flags) |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
FuzzyTermsEnum.impacts(int flags) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.