Uses of Interface
org.elasticsearch.index.IndexComponent
-
-
Uses of IndexComponent in org.elasticsearch.index
Classes in org.elasticsearch.index that implement IndexComponent Modifier and Type Class Description classAbstractIndexComponentclassIndexService -
Uses of IndexComponent in org.elasticsearch.index.analysis
Classes in org.elasticsearch.index.analysis that implement IndexComponent Modifier and Type Class Description classAbstractIndexAnalyzerProvider<T extends Analyzer>classAbstractTokenFilterFactoryclassAbstractTokenizerFactoryclassCustomAnalyzerProviderA custom analyzer that is built out of a singleTokenizerand a list ofTokenFilters.classCustomNormalizerProviderA custom normalizer that is built out of a char and token filters.classHunspellTokenFilterFactoryclassKeywordAnalyzerProviderclassShingleTokenFilterFactoryclassSimpleAnalyzerProviderclassStandardAnalyzerProviderclassStandardTokenizerFactoryclassStopAnalyzerProviderclassStopTokenFilterFactoryclassWhitespaceAnalyzerProvider -
Uses of IndexComponent in org.elasticsearch.index.cache
Classes in org.elasticsearch.index.cache that implement IndexComponent Modifier and Type Class Description classIndexCache -
Uses of IndexComponent in org.elasticsearch.index.cache.bitset
Classes in org.elasticsearch.index.cache.bitset that implement IndexComponent Modifier and Type Class Description classBitsetFilterCacheThis is a cache forBitDocIdSetbased filters and is unbounded by size or time. -
Uses of IndexComponent in org.elasticsearch.index.cache.query
Subinterfaces of IndexComponent in org.elasticsearch.index.cache.query Modifier and Type Interface Description interfaceQueryCacheClasses in org.elasticsearch.index.cache.query that implement IndexComponent Modifier and Type Class Description classDisabledQueryCacheclassIndexQueryCacheThe index-level query cache. -
Uses of IndexComponent in org.elasticsearch.index.fielddata
Subinterfaces of IndexComponent in org.elasticsearch.index.fielddata Modifier and Type Interface Description interfaceIndexFieldData<FD extends AtomicFieldData>Thread-safe utility class that allows to get per-segment values via theIndexFieldData.load(LeafReaderContext)method.static interfaceIndexFieldData.Global<FD extends AtomicFieldData>interfaceIndexGeoPointFieldDataSpecialization ofIndexFieldDatafor geo points.interfaceIndexNumericFieldDatainterfaceIndexOrdinalsFieldDataSpecialization ofIndexFieldDatafor data that is indexed with ordinals.Classes in org.elasticsearch.index.fielddata that implement IndexComponent Modifier and Type Class Description classIndexFieldDataService -
Uses of IndexComponent in org.elasticsearch.index.fielddata.ordinals
Classes in org.elasticsearch.index.fielddata.ordinals that implement IndexComponent Modifier and Type Class Description classGlobalOrdinalsIndexFieldDataConcrete implementation ofIndexOrdinalsFieldDatafor global ordinals.classGlobalOrdinalsIndexFieldData.ConsumerA non-thread safeIndexOrdinalsFieldDatafor global ordinals that creates theTermsEnumof each segment once and use them to provide a single lookup per segment. -
Uses of IndexComponent in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement IndexComponent Modifier and Type Class Description classAbstractIndexFieldData<FD extends AtomicFieldData>classAbstractIndexOrdinalsFieldDataclassAbstractLatLonPointDVIndexFieldDatastatic classAbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldDataclassBinaryDVIndexFieldDataclassBytesBinaryDVIndexFieldDataclassConstantIndexFieldDataclassPagedBytesIndexFieldDataclassSortedNumericDVIndexFieldDataFieldData backed byLeafReader.getSortedNumericDocValues(String)classSortedSetDVOrdinalsIndexFieldData -
Uses of IndexComponent in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement IndexComponent Modifier and Type Class Description classMapperService -
Uses of IndexComponent in org.elasticsearch.index.similarity
Classes in org.elasticsearch.index.similarity that implement IndexComponent Modifier and Type Class Description classSimilarityService -
Uses of IndexComponent in org.elasticsearch.indices.cluster
Subinterfaces of IndexComponent in org.elasticsearch.indices.cluster Modifier and Type Interface Description static interfaceIndicesClusterStateService.AllocatedIndex<T extends IndicesClusterStateService.Shard>
-