com.liferay.portal.kernel.search
Interface Hits
- All Superinterfaces:
- java.io.Serializable
public interface Hits
- extends java.io.Serializable
View Source
- Author:
- Brian Wing Shun Chan
getStart
long getStart()
setStart
void setStart(long start)
getSearchTime
float getSearchTime()
setSearchTime
void setSearchTime(float time)
getDocs
Document[] getDocs()
setDocs
void setDocs(Document[] docs)
getLength
int getLength()
setLength
void setLength(int length)
getScores
float[] getScores()
setScores
void setScores(float[] scores)
setScores
void setScores(java.lang.Float[] scores)
closeSearcher
void closeSearcher()
doc
Document doc(int n)
score
float score(int n)
subset
Hits subset(int begin,
int end)
toList
java.util.List<Document> toList()