io.cloudboost.CloudSearch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaSDK Show documentation
Show all versions of JavaSDK Show documentation
An open source Java SDK for CloudBoost developing apps
package io.cloudboost;
import io.cloudboost.beans.CBResponse;
import io.cloudboost.json.JSONArray;
import io.cloudboost.json.JSONException;
import io.cloudboost.json.JSONObject;
import io.cloudboost.util.CBParser;
import java.io.IOException;
import java.util.ArrayList;
import java.util.concurrent.ExecutionException;
/**
*
* @author cloudboost
*
*/
public class CloudSearch{
String collectionName;
ArrayList collectionArray;
JSONObject query;
private JSONObject filtered;
private JSONObject bool;
int from;
int size;
ArrayList