Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
OrdinalMappingLeafReader
A
FilterLeafReader for updating facets ordinal references,
based on an ordinal map. |
Modifier and Type | Class and Description |
---|---|
class |
AllDeletedFilterReader
Filters the incoming reader and makes all documents appear deleted.
|
class |
AssertingLeafReader
A
FilterLeafReader that can be used to apply
additional checks for tests. |
static class |
ExitableDirectoryReader.ExitableFilterAtomicReader
Wrapper class for another FilterAtomicReader.
|
class |
FieldFilterLeafReader
A
FilterLeafReader that exposes only a subset
of fields from the underlying wrapped reader. |
class |
MismatchedLeafReader
Shuffles field numbers around to try to trip bugs where field numbers
are assumed to always be consistent across segments.
|
class |
SortingLeafReader
An
LeafReader which supports sorting documents by a given
Sort . |
Modifier and Type | Class and Description |
---|---|
class |
UninvertingReader
A FilterReader that exposes indexed values as if they also had
docvalues.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.