Package | Description |
---|---|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.index |
Misc index tools and index support.
|
org.apache.lucene.index.sorter |
Provides index sorting capablities.
|
Modifier and Type | Class and Description |
---|---|
class |
OrdinalMappingAtomicReader
A
FilterAtomicReader 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 |
AssertingAtomicReader
A
FilterAtomicReader that can be used to apply
additional checks for tests. |
class |
FieldFilterAtomicReader
A
FilterAtomicReader that exposes only a subset
of fields from the underlying wrapped reader. |
Modifier and Type | Class and Description |
---|---|
class |
SortingAtomicReader
An
AtomicReader which supports sorting documents by a given
Sort . |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.