Examples of ResultListMetadata


Examples of com.bluetangstudio.searchcloud.client.model.ResultListMetadata

        List<Query> queries = searchQuery.getQueries();
        Assert.assertNotNull(queries);
        Assert.assertTrue(queries.size() > 0);

        ResultListMetadata metadata = new ResultListMetadata(searchQuery, 0, 0, 0);
        List<Document> results = new ArrayList<Document>();

        return new ResultList(metadata, results);
    }
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.