public class SearchResult extends Object
Modifier and Type | Field and Description |
---|---|
long |
count |
SearchResultItem[] |
items |
long |
max |
boolean |
more |
long |
offset |
long |
total |
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
void |
populateFromDocument(int offset,
int max,
org.onehippo.cms7.services.search.result.QueryResult queryResult,
ResourceContext context) |
public long offset
public long max
public long count
public long total
public boolean more
public SearchResultItem[] items
public void populateFromDocument(int offset, int max, org.onehippo.cms7.services.search.result.QueryResult queryResult, ResourceContext context) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.