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) |
TopDocuments(List<org.apache.lucene.document.Document> documents,
List<String> explanations,
int totalHits,
boolean isLastPage,
long searchToken) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.lucene.document.Document> |
getDocuments() |
List<String> |
getExplanations() |
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)
Copyright © 2003–2020 Atlassian. All rights reserved.