|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.query.webservice.wssclient.OracleFacetResultContainer
public class OracleFacetResultContainer
OracleFacetResultContainer encapsulates results for the user's facet query.
The following schema fragment specifies the expected content contained within this class.
<complexType name="oracleFacetResultContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clusterTrees" type="{http://search.oracle.com/Query}clusterTree" maxOccurs="unbounded" minOccurs="0"/>
<element name="facetNodes" type="{http://search.oracle.com/Query}facetNode" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupingResults" type="{http://search.oracle.com/Query}groupingResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="searchResult" type="{http://search.oracle.com/Query}oracleSearchResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OracleFacetResultContainer() |
|
| Method Summary | |
|---|---|
List |
getClusterTrees()Gets the value the clusterTrees property. |
List |
getFacetNodes()Gets the value of the facetNodes property. |
List |
getGroupingResults()Gets the value of the groupingResults property. |
OracleSearchResult |
getSearchResult()Gets the value of the searchResult property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleFacetResultContainer()
| Method Detail |
|---|
public List getClusterTrees()
ClusterTreepublic List getFacetNodes()
FacetNodepublic List getGroupingResults()
GroupingResultpublic OracleSearchResult getSearchResult()
OracleSearchResult
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||