public final class TopDocuments
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TopDocuments |
EMPTY |
Constructor and Description |
---|
TopDocuments(java.util.List<org.apache.lucene.document.Document> documents,
int totalHits,
boolean isLastPage,
long searchToken) |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.apache.lucene.document.Document> |
getDocuments() |
long |
getSearchToken() |
int |
getTotalHits() |
boolean |
isLastPage() |
public static final TopDocuments EMPTY
Copyright © 2003-2014 Atlassian. All Rights Reserved.