public interface Hits extends Serializable
void addStatsResults(StatsResults statsResults)
void copy(Hits hits)
Document doc(int n)
String getCollatedSpellCheckResult()
Document[] getDocs()
int getLength()
Query getQuery()
String[] getQuerySuggestions()
String[] getQueryTerms()
float[] getScores()
float getSearchTime()
String[] getSnippets()
long getStart()
Map<String,StatsResults> getStatsResults()
boolean hasGroupedHits()
float score(int n)
void setCollatedSpellCheckResult(String collatedSpellCheckResult)
void setDocs(Document[] docs)
void setLength(int length)
void setQuery(Query query)
void setQuerySuggestions(String[] querySuggestions)
void setQueryTerms(String[] queryTerms)
void setScores(float[] scores)
void setSearchTime(float time)
void setSnippets(String[] snippets)
void setStart(long start)
String snippet(int n)