public class AdminQueryResult<T> extends Object implements Iterable<T>, Cloneable, Serializable
AdminQuery
.Modifier and Type | Class and Description |
---|---|
static class |
AdminQueryResult.Bucket |
static class |
AdminQueryResult.FacetResult |
Constructor and Description |
---|
AdminQueryResult() |
AdminQueryResult(List<T> results,
Map<String,List<AdminQueryResult.Bucket>> facets,
long offset,
long totalResults) |
Modifier and Type | Method and Description |
---|---|
void |
addFacet(String field,
List<AdminQueryResult.Bucket> buckets) |
AdminQueryResult |
clone() |
boolean |
equals(Object other) |
List<AdminQueryResult.Bucket> |
getFacet(String field) |
Map<String,List<AdminQueryResult.Bucket>> |
getFacets() |
long |
getOffset() |
List<T> |
getResults() |
long |
getTotalResults() |
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setFacets(Map<String,List<AdminQueryResult.Bucket>> value) |
void |
setOffset(long value) |
void |
setResults(List<T> value) |
void |
setTotalResults(long value) |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Map<String,List<AdminQueryResult.Bucket>> getFacets()
public void setFacets(Map<String,List<AdminQueryResult.Bucket>> value)
public void addFacet(String field, List<AdminQueryResult.Bucket> buckets)
public List<AdminQueryResult.Bucket> getFacet(String field)
public long getTotalResults()
public void setTotalResults(long value)
public long getOffset()
public void setOffset(long value)
public AdminQueryResult clone()
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.