Uses of Interface
org.elasticsearch.index.IndexComponent

Packages that use IndexComponent
org.elasticsearch.index   
org.elasticsearch.index.aliases   
org.elasticsearch.index.analysis   
org.elasticsearch.index.analysis.compound   
org.elasticsearch.index.cache   
org.elasticsearch.index.cache.bloom   
org.elasticsearch.index.cache.bloom.none   
org.elasticsearch.index.cache.bloom.simple   
org.elasticsearch.index.cache.field.data   
org.elasticsearch.index.cache.field.data.none   
org.elasticsearch.index.cache.field.data.resident   
org.elasticsearch.index.cache.field.data.soft   
org.elasticsearch.index.cache.field.data.support   
org.elasticsearch.index.cache.filter   
org.elasticsearch.index.cache.filter.none   
org.elasticsearch.index.cache.filter.weighted   
org.elasticsearch.index.cache.id   
org.elasticsearch.index.cache.id.simple   
org.elasticsearch.index.cache.query.parser   
org.elasticsearch.index.cache.query.parser.none   
org.elasticsearch.index.cache.query.parser.resident   
org.elasticsearch.index.cache.query.parser.support   
org.elasticsearch.index.engine   
org.elasticsearch.index.engine.robin   
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.fs   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
org.elasticsearch.index.mapper   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.service   
org.elasticsearch.index.settings   
org.elasticsearch.index.similarity   
org.elasticsearch.index.store.fs   
org.elasticsearch.index.store.memory   
org.elasticsearch.index.store.ram   
org.elasticsearch.index.store.support   
 

Uses of IndexComponent in org.elasticsearch.index
 

Classes in org.elasticsearch.index that implement IndexComponent
 class AbstractIndexComponent
           
 class IndexServiceManagement
           
 

Uses of IndexComponent in org.elasticsearch.index.aliases
 

Classes in org.elasticsearch.index.aliases that implement IndexComponent
 class IndexAliasesService
           
 

Uses of IndexComponent in org.elasticsearch.index.analysis
 

Classes in org.elasticsearch.index.analysis that implement IndexComponent
 class AbstractCharFilterFactory
           
 class AbstractIndexAnalyzerProvider<T extends Analyzer>
           
 class AbstractTokenFilterFactory
           
 class AbstractTokenizerFactory
           
 class AnalysisService
           
 class ArabicAnalyzerProvider
           
 class ArabicStemTokenFilterFactory
           
 class ArmenianAnalyzerProvider
           
 class ASCIIFoldingTokenFilterFactory
           
 class BasqueAnalyzerProvider
           
 class BrazilianAnalyzerProvider
           
 class BrazilianStemTokenFilterFactory
           
 class BulgarianAnalyzerProvider
           
 class CatalanAnalyzerProvider
           
 class ChineseAnalyzerProvider
           
 class CjkAnalyzerProvider
           
 class CustomAnalyzerProvider
          A custom analyzer that is built out of a single Tokenizer and a list of TokenFilters.
 class CzechAnalyzerProvider
           
 class CzechStemTokenFilterFactory
           
 class DanishAnalyzerProvider
           
 class DutchAnalyzerProvider
           
 class DutchStemTokenFilterFactory
           
 class EdgeNGramTokenFilterFactory
           
 class EdgeNGramTokenizerFactory
           
 class ElisionTokenFilterFactory
           
 class EnglishAnalyzerProvider
           
 class FinnishAnalyzerProvider
           
 class FrenchAnalyzerProvider
           
 class FrenchStemTokenFilterFactory
           
 class GalicianAnalyzerProvider
           
 class GermanAnalyzerProvider
           
 class GermanStemTokenFilterFactory
           
 class GreekAnalyzerProvider
           
 class HindiAnalyzerProvider
           
 class HtmlStripCharFilterFactory
           
 class HungarianAnalyzerProvider
           
 class IndonesianAnalyzerProvider
           
 class ItalianAnalyzerProvider
           
 class KeywordAnalyzerProvider
           
 class KeywordMarkerTokenFilterFactory
           
 class KeywordTokenizerFactory
           
 class KStemTokenFilterFactory
           
 class LatvianAnalyzerProvider
           
 class LengthTokenFilterFactory
           
 class LetterTokenizerFactory
           
 class LowerCaseTokenFilterFactory
           
 class LowerCaseTokenizerFactory
           
 class MappingCharFilterFactory
           
 class NGramTokenFilterFactory
           
 class NGramTokenizerFactory
           
 class NorwegianAnalyzerProvider
           
 class PathHierarchyTokenizerFactory
           
 class PatternAnalyzerProvider
           
 class PatternReplaceTokenFilterFactory
           
 class PatternTokenizerFactory
           
 class PersianAnalyzerProvider
           
 class PorterStemTokenFilterFactory
           
 class PortugueseAnalyzerProvider
           
 class ReverseTokenFilterFactory
           
 class RomanianAnalyzerProvider
           
 class RussianAnalyzerProvider
           
 class RussianStemTokenFilterFactory
           
 class ShingleTokenFilterFactory
           
 class SimpleAnalyzerProvider
           
 class SnowballAnalyzerProvider
          Creates a SnowballAnalyzer initialized with stopwords and Snowball filter.
 class SnowballTokenFilterFactory
          Real work actually done here by Sebastian on the ElasticSearch mailing list http://elasticsearch-users.115913.n3.nabble.com/Using-the-Snowball-stemmers-tp2126106p2127111.html
 class SpanishAnalyzerProvider
           
 class StandardAnalyzerProvider
           
 class StandardHtmlStripAnalyzerProvider
           
 class StandardTokenFilterFactory
           
 class StandardTokenizerFactory
           
 class StemmerOverrideTokenFilterFactory
           
 class StemmerTokenFilterFactory
           
 class StopAnalyzerProvider
           
 class StopTokenFilterFactory
           
 class SwedishAnalyzerProvider
           
 class SynonymTokenFilterFactory
           
 class ThaiAnalyzerProvider
           
 class TrimTokenFilterFactory
           
 class TruncateTokenFilterFactory
           
 class TurkishAnalyzerProvider
           
 class UAX29URLEmailTokenizerFactory
           
 class UniqueTokenFilterFactory
           
 class WhitespaceAnalyzerProvider
           
 class WhitespaceTokenizerFactory
           
 class WordDelimiterTokenFilterFactory
           
 

Uses of IndexComponent in org.elasticsearch.index.analysis.compound
 

Classes in org.elasticsearch.index.analysis.compound that implement IndexComponent
 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.
 

Uses of IndexComponent in org.elasticsearch.index.cache
 

Classes in org.elasticsearch.index.cache that implement IndexComponent
 class IndexCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.bloom
 

Subinterfaces of IndexComponent in org.elasticsearch.index.cache.bloom
 interface BloomCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.bloom.none
 

Classes in org.elasticsearch.index.cache.bloom.none that implement IndexComponent
 class NoneBloomCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.bloom.simple
 

Classes in org.elasticsearch.index.cache.bloom.simple that implement IndexComponent
 class SimpleBloomCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.field.data
 

Subinterfaces of IndexComponent in org.elasticsearch.index.cache.field.data
 interface FieldDataCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.field.data.none
 

Classes in org.elasticsearch.index.cache.field.data.none that implement IndexComponent
 class NoneFieldDataCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.field.data.resident
 

Classes in org.elasticsearch.index.cache.field.data.resident that implement IndexComponent
 class ResidentFieldDataCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.field.data.soft
 

Classes in org.elasticsearch.index.cache.field.data.soft that implement IndexComponent
 class SoftFieldDataCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.field.data.support
 

Classes in org.elasticsearch.index.cache.field.data.support that implement IndexComponent
 class AbstractConcurrentMapFieldDataCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.filter
 

Subinterfaces of IndexComponent in org.elasticsearch.index.cache.filter
 interface FilterCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.filter.none
 

Classes in org.elasticsearch.index.cache.filter.none that implement IndexComponent
 class NoneFilterCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.filter.weighted
 

Classes in org.elasticsearch.index.cache.filter.weighted that implement IndexComponent
 class WeightedFilterCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.id
 

Subinterfaces of IndexComponent in org.elasticsearch.index.cache.id
 interface IdCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.id.simple
 

Classes in org.elasticsearch.index.cache.id.simple that implement IndexComponent
 class SimpleIdCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.query.parser
 

Subinterfaces of IndexComponent in org.elasticsearch.index.cache.query.parser
 interface QueryParserCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.query.parser.none
 

Classes in org.elasticsearch.index.cache.query.parser.none that implement IndexComponent
 class NoneQueryParserCache
           
 

Uses of IndexComponent in org.elasticsearch.index.cache.query.parser.resident
 

Classes in org.elasticsearch.index.cache.query.parser.resident that implement IndexComponent
 class ResidentQueryParserCache
          A small (by default) query parser cache mainly to not parse the same query string several times if several shards exists on the same node.
 

Uses of IndexComponent in org.elasticsearch.index.cache.query.parser.support
 

Classes in org.elasticsearch.index.cache.query.parser.support that implement IndexComponent
 class AbstractJvmQueryParserCache
           
 

Uses of IndexComponent in org.elasticsearch.index.engine
 

Subinterfaces of IndexComponent in org.elasticsearch.index.engine
 interface IndexEngine
          An "index" scoped engine that provides some meta engine for the engine, and can be used to store index level data structures that an engine requires.
 

Uses of IndexComponent in org.elasticsearch.index.engine.robin
 

Classes in org.elasticsearch.index.engine.robin that implement IndexComponent
 class RobinIndexEngine
           
 

Uses of IndexComponent in org.elasticsearch.index.gateway
 

Subinterfaces of IndexComponent in org.elasticsearch.index.gateway
 interface IndexGateway
           
 

Uses of IndexComponent in org.elasticsearch.index.gateway.blobstore
 

Classes in org.elasticsearch.index.gateway.blobstore that implement IndexComponent
 class BlobStoreIndexGateway
           
 

Uses of IndexComponent in org.elasticsearch.index.gateway.fs
 

Classes in org.elasticsearch.index.gateway.fs that implement IndexComponent
 class FsIndexGateway
           
 

Uses of IndexComponent in org.elasticsearch.index.gateway.local
 

Classes in org.elasticsearch.index.gateway.local that implement IndexComponent
 class LocalIndexGateway
           
 

Uses of IndexComponent in org.elasticsearch.index.gateway.none
 

Classes in org.elasticsearch.index.gateway.none that implement IndexComponent
 class NoneIndexGateway
           
 

Uses of IndexComponent in org.elasticsearch.index.mapper
 

Classes in org.elasticsearch.index.mapper that implement IndexComponent
 class DocumentMapperParser
           
 class MapperService
           
 

Uses of IndexComponent in org.elasticsearch.index.percolator
 

Classes in org.elasticsearch.index.percolator that implement IndexComponent
 class PercolatorExecutor
           
 class PercolatorService
           
 

Uses of IndexComponent in org.elasticsearch.index.query
 

Classes in org.elasticsearch.index.query that implement IndexComponent
 class IndexQueryParserService
           
 

Uses of IndexComponent in org.elasticsearch.index.service
 

Subinterfaces of IndexComponent in org.elasticsearch.index.service
 interface IndexService
           
 

Classes in org.elasticsearch.index.service that implement IndexComponent
 class InternalIndexService
           
 

Uses of IndexComponent in org.elasticsearch.index.settings
 

Classes in org.elasticsearch.index.settings that implement IndexComponent
 class IndexSettingsService
          A holds to the latest, updated settings for an index.
 

Uses of IndexComponent in org.elasticsearch.index.similarity
 

Subinterfaces of IndexComponent in org.elasticsearch.index.similarity
 interface SimilarityProvider<T extends Similarity>
           
 

Classes in org.elasticsearch.index.similarity that implement IndexComponent
 class AbstractSimilarityProvider<T extends Similarity>
           
 class DefaultSimilarityProvider
           
 class SimilarityService
           
 

Uses of IndexComponent in org.elasticsearch.index.store.fs
 

Classes in org.elasticsearch.index.store.fs that implement IndexComponent
 class FsIndexStore
           
 class MmapFsIndexStore
           
 class NioFsIndexStore
           
 class SimpleFsIndexStore
           
 

Uses of IndexComponent in org.elasticsearch.index.store.memory
 

Classes in org.elasticsearch.index.store.memory that implement IndexComponent
 class ByteBufferIndexStore
           
 

Uses of IndexComponent in org.elasticsearch.index.store.ram
 

Classes in org.elasticsearch.index.store.ram that implement IndexComponent
 class RamIndexStore
           
 

Uses of IndexComponent in org.elasticsearch.index.store.support
 

Classes in org.elasticsearch.index.store.support that implement IndexComponent
 class AbstractIndexStore
           
 



Copyright © 2009-2012. All Rights Reserved.