Package com.flaptor.indextank.api.resources

Examples of com.flaptor.indextank.api.resources.DeleteDocs


        get("/indexes/:name/search", new Search());

        put("/indexes/:name/docs", new Docs());

        delete("/indexes/:name/docs", new DeleteDocs());
       
        get("/indexes", new Action() {
            public void run() {
                // dummy response for embedded server
                print("{\"idx\": {\"status\": \"LIVE\", \"code\": \"dbajo\", " +
View Full Code Here

TOP

Related Classes of com.flaptor.indextank.api.resources.DeleteDocs

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.