Package org.elasticsearch.action.explain

Examples of org.elasticsearch.action.explain.ExplainRequestBuilder


        return execute(MultiPercolateAction.INSTANCE, request);
    }

    @Override
    public ExplainRequestBuilder prepareExplain(String index, String type, String id) {
        return new ExplainRequestBuilder(this, index, type, id);
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.action.explain.ExplainRequestBuilder

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.