| java.lang.Object com.sun.portal.search.db.RDMResultSet com.sun.portal.search.db.JNDIResultSet
JNDIResultSet | public class JNDIResultSet extends RDMResultSet (Code) | | JNDI search result set implementation using RDMResultSet
|
defaultView | static Set defaultView(Code) | | Set default attributes
|
resultCount | int resultCount(Code) | | |
getDocCount | public long getDocCount()(Code) | | Get document count
number of docs searched |
getHitCount | public long getHitCount()(Code) | | Get hit count
total number of hits for this search |
getResult | public SOIF getResult(int i, Set view, String[] hltags)(Code) | | Retrieve Search Results
Parameters: i - Document index Parameters: view - Attributes Parameters: hltags - Highlight tags a SOIF hit, highlighted and filtered by view |
getResultCount | public int getResultCount()(Code) | | Get search result count
current number of hits in this set |
toString | public java.lang.String toString()(Code) | | Transform the result set to string
tring representation of this result set |
|
|