Package org.elasticsearch.index.fielddata

Examples of org.elasticsearch.index.fielddata.ShardFieldDataModule


        modules.add(new MergePolicyModule(indexSettings));
        modules.add(new MergeSchedulerModule(indexSettings));
        modules.add(new ShardFilterCacheModule());
        modules.add(new ShardQueryCacheModule());
        modules.add(new ShardBitsetFilterCacheModule());
        modules.add(new ShardFieldDataModule());
        modules.add(new TranslogModule(indexSettings));
        modules.add(new EngineModule(indexSettings));
        modules.add(new IndexShardGatewayModule(injector.getInstance(IndexGateway.class)));
        modules.add(new PercolatorShardModule());
        modules.add(new ShardTermVectorModule());
View Full Code Here

TOP

Related Classes of org.elasticsearch.index.fielddata.ShardFieldDataModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.