org.elasticsearch.index.engine
Interface IndexEngine

All Superinterfaces:
IndexComponent
All Known Implementing Classes:
RobinIndexEngine

public interface IndexEngine
extends IndexComponent

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.


Method Summary
 void close()
           
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 

Method Detail

close

void close()


Copyright © 2009-2012. All Rights Reserved.