Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Uses of Class
oracle.search.query.webservice.client.DataGroup

Packages that use DataGroup
oracle.search.query.webservice.client Provides classes needed to access the Oracle SES Query Web service 

 

Uses of DataGroup in oracle.search.query.webservice.client

 

Methods in oracle.search.query.webservice.client that return DataGroup
 DataGroup[] OracleSearchService.getDataGroups(String locale)
          Returns an array of all the source groups defined in Oracle SES.
 DataGroup[] ResultElement.getGroups()
          Returns the data groups to which the document belongs.

 

Methods in oracle.search.query.webservice.client with parameters of type DataGroup
 OracleSearchResult OracleSearchService.doOracleAdvancedSearch(String query, Integer startIndex, Integer docsRequested, Boolean dupRemoved, Boolean dupMarked, DataGroup[] groups, String queryLang, String docLang, Boolean returnCount, String filterConnector, Filter[] filters, Integer[] fetchAttributes, String searchControls)
          Invokes Oracle SES advanced search and returns search results.
 OracleResultContainer OracleSearchService.doOracleOrganizedSearch(String query, Integer topN, Integer startIndex, Integer docsRequested, Boolean dupRemoved, Boolean dupMarked, DataGroup[] groups, String queryLang, String docLang, Boolean returnCount, String filterConnector, Filter[] filters, String[] fetchAttributeNames, String searchControls, GroupAttribute groupAttr, SortAttribute[] sortAttrList, ClusterConfig[] clusterList)
          Invokes Oracle SES organized search and returns search results.
 OracleSearchResult OracleSearchService.doOracleSearch(String query, Integer startIndex, Integer docsRequested, Boolean dupRemoved, Boolean dupMarked, DataGroup[] groups, String queryLang, String docLang, Boolean returnCount, String filterConnector, Filter[] filters, Integer[] fetchAttributes)
          Invokes Oracle SES advanced search and returns search results.
 Attribute[] OracleSearchService.getAttributes(String locale, DataGroup[] groups, String groupConnector)
          Returns the list of search attributes that are applied to given source groups.
 Integer[] OracleSearchService.getHitCounts(String[] queryList, DataGroup[] groups, String queryLang, String docLang, String filterConnector, Filter[] filters, Boolean exactCounts, String searchControls)
          Return hit counts for a batch of SES queries.
 void ResultElement.setGroups(DataGroup[] groups)
          Sets the data groups to which the document belongs.

 

Constructors in oracle.search.query.webservice.client with parameters of type DataGroup
ResultElement(String author, String description, String url, String snippet, String title, Date lastModified, String mimetype, Integer score, Integer docID, String language, Integer contentLength, Long signature, String infoSourceID, String infoSourcePath, DataGroup[] groups, Boolean isDuplicate, Boolean hasDuplicate, CustomAttribute[] customAttributes, String fedID)
           

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


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