Package com.github.rnewson.couchdb.lucene.couchdb

Examples of com.github.rnewson.couchdb.lucene.couchdb.View


    }

    private View view(final String fun) throws JSONException {
        final JSONObject json = new JSONObject();
        json.put("index", fun);
        return new View(null, json);
    }
View Full Code Here

TOP

Related Classes of com.github.rnewson.couchdb.lucene.couchdb.View

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.