Package org.elasticsearch.action

Examples of org.elasticsearch.action.IndicesRequest.indices()


        return request;
    }

    public String index() {
        IndicesRequest indicesRequest = (IndicesRequest) request;
        assert indicesRequest.indices().length == 1;
        return indicesRequest.indices()[0];
    }

    BulkItemResponse getPrimaryResponse() {
        return primaryResponse;
View Full Code Here


    }

    public String index() {
        IndicesRequest indicesRequest = (IndicesRequest) request;
        assert indicesRequest.indices().length == 1;
        return indicesRequest.indices()[0];
    }

    BulkItemResponse getPrimaryResponse() {
        return primaryResponse;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.