A {@link FactoryBean} implementation used to create a {@link Node} elementwhich is an embedded instance of the cluster within a running application.
The lifecycle of the underlying {@link Node} instance is tied to thelifecycle of the bean via the {@link #destroy()} method which calls{@link Node#close()}
@see ElasticsearchAbstractFactoryBean
@author David Pilato
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.