Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
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 | 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 |
OrdsSegmentTermsEnum.impacts(int flags) |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
IDVersionSegmentTermsEnum.impacts(int flags) |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
Lucene50PostingsReader.impacts(FieldInfo fieldInfo,
BlockTermState state,
int flags) |
Modifier and Type | Class and Description |
---|---|
static class |
AssertingLeafReader.AssertingImpactsEnum
Wraps a
ImpactsEnum with additional checks |
class |
SlowImpactsEnum
ImpactsEnum that doesn't index impacts but implements the API in a
legal way. |
Modifier and Type | Method and Description |
---|---|
abstract ImpactsEnum |
TermsEnum.impacts(int flags)
Return a
ImpactsEnum . |
ImpactsEnum |
MultiTermsEnum.impacts(int flags) |
ImpactsEnum |
FilteredTermsEnum.impacts(int flags) |
ImpactsEnum |
FilterLeafReader.FilterTermsEnum.impacts(int flags) |
Modifier and Type | Method and Description |
---|---|
ImpactsEnum |
FuzzyTermsEnum.impacts(int flags) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.