public class SearchResult extends Object
SearchResult(long total, List<Document> documents)
List<Document>
getDocuments()
long
getTotal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SearchResult(long total, List<Document> documents)
public long getTotal()
public List<Document> getDocuments()
Copyright © 2024. All rights reserved.