| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexComponent |
class |
IndexService |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexAliasesService |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompoundWordTokenFilterFactory
Contains the common configuration settings between subclasses of this class.
|
class |
DictionaryCompoundWordTokenFilterFactory
Uses the
DictionaryCompoundWordTokenFilter to decompound tokens using a dictionary. |
class |
HyphenationCompoundWordTokenFilterFactory
Uses the
HyphenationCompoundWordTokenFilter to decompound tokens based on hyphenation rules. |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexCache |
| Modifier and Type | Class and Description |
|---|---|
class |
BitsetFilterCache
This is a cache for
BitDocIdSet based filters and is unbounded by size or time. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryCache |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexQueryCache
The index-level query cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoneQueryCache |
| Modifier and Type | Class and Description |
|---|---|
class |
CodecService
Since Lucene 4.0 low level index segments are read and written through a
codec layer that allows to use use-case specific file formats &
data-structures per field.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexFieldData<FD extends AtomicFieldData>
Thread-safe utility class that allows to get per-segment values via the
IndexFieldData.load(LeafReaderContext) method. |
static interface |
IndexFieldData.Global<FD extends AtomicFieldData> |
interface |
IndexGeoPointFieldData
Specialization of
IndexFieldData for geo points. |
interface |
IndexNumericFieldData |
interface |
IndexOrdinalsFieldData
Specialization of
IndexFieldData for data that is indexed with ordinals. |
interface |
IndexParentChildFieldData
Soecialization of
IndexFieldData for parent/child mappings. |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexFieldDataService |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalOrdinalsIndexFieldData
IndexFieldData base class for concrete global ordinals implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeoPointDVIndexFieldData |
static class |
AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
Lucene 5.4 GeoPointFieldType
|
class |
AbstractIndexFieldData<FD extends AtomicFieldData> |
class |
AbstractIndexOrdinalsFieldData |
class |
BinaryDVIndexFieldData |
class |
BinaryDVNumericIndexFieldData |
class |
BytesBinaryDVIndexFieldData |
class |
DoubleArrayIndexFieldData |
class |
FloatArrayIndexFieldData |
class |
GeoPointArrayIndexFieldData
Loads FieldData for an array of GeoPoints supporting both long encoded points and backward compatible double arrays
|
class |
IndexIndexFieldData |
class |
PackedArrayIndexFieldData
Stores numeric data into bit-packed arrays for better memory efficiency.
|
class |
PagedBytesIndexFieldData |
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
class |
ParentChildIndexFieldData.GlobalFieldData |
class |
SortedNumericDVIndexFieldData
FieldData backed by
LeafReader.getSortedNumericDocValues(String) |
class |
SortedSetDVOrdinalsIndexFieldData |
| Modifier and Type | Class and Description |
|---|---|
class |
MapperService |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexQueryParserService |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexSettingsService
A holds to the latest, updated settings for an index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimilarityLookupService
Service for looking up configured
SimilarityProvider implementations by name. |
class |
SimilarityService |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexStore |
Copyright © 2009–2017. All rights reserved.