Package com.flaptor.indextank.api.resources

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


    protected void map() {

        get("/indexes/:name/autocomplete", new Autocomplete());

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

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

        delete("/indexes/:name/docs", new DeleteDocs());
       
View Full Code Here

TOP

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

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.