Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class OracleFacetResultContainer

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.OracleFacetResultContainer


public class OracleFacetResultContainer
extends Object

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

OracleFacetResultContainer

public OracleFacetResultContainer()

Method Detail

getClusterTrees

public List getClusterTrees()
Gets the value the clusterTrees property.
Returns:
a list of ClusterTree

getFacetNodes

public List getFacetNodes()
Gets the value of the facetNodes property.
Returns:
a list of FacetNode

getGroupingResults

public List getGroupingResults()
Gets the value of the groupingResults property.
Returns:
a list of GroupingResult

getSearchResult

public OracleSearchResult getSearchResult()
Gets the value of the searchResult property.
Returns:
OracleSearchResult

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.