| java.lang.Object com.sun.portal.search.db.RDMResultSet com.sun.portal.search.db.GoogleResultSet
GoogleResultSet | public class GoogleResultSet extends RDMResultSet (Code) | | Google search result set implementation using RDMResultSet
|
defaultFldHighlightTags | static String[] defaultFldHighlightTags(Code) | | |
defaultHighlightTags | static String[] defaultHighlightTags(Code) | | |
defaultView | static Set defaultView(Code) | | Default view attribute set
|
highlightsEnabled | static boolean highlightsEnabled(Code) | | |
hlconfigured | static boolean hlconfigured(Code) | | |
hlinited | boolean hlinited(Code) | | |
resultCount | int resultCount(Code) | | |
convertFieldHighlight | public String convertFieldHighlight(String s, boolean hl)(Code) | | Convert google highlight to portal style field highlight
Parameters: s - string with highlights to be converted Parameters: hl - true convert highlights, false remove highlights the highlight converted string |
convertHighlight | public String convertHighlight(String s, boolean hl)(Code) | | Convert google highlight to portal style highlight
Parameters: s - string with highlights to be converted Parameters: hl - true convert highlights, false remove highlights the highlight converted string |
getDocCount | public long getDocCount()(Code) | | Get document count
number of docs searched |
getHitCount | public long getHitCount()(Code) | | Get search 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 |
setGoogleSearchResult | void setGoogleSearchResult(GoogleSearchResult gsr)(Code) | | Prepare Google Search Results
|
setView | void setView(Set view)(Code) | | Add view to RDMResultSet
|
toString | public java.lang.String toString()(Code) | | Transform the result set to string
tring representation of this result set |
|
|