Interface SearchResultGroup
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SolrSearchResultGroup
public interface SearchResultGroup extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Document>getDocuments()java.lang.StringgetGroupValue()longgetNumberOfResults()
-
-
-
Method Detail
-
getNumberOfResults
long getNumberOfResults()
-
getGroupValue
java.lang.String getGroupValue()
-
getDocuments
java.util.List<Document> getDocuments()
-
-