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